Skip to content

Releases: petrkotek/phpunit-naughtytestdetector

PHP Upgrade

22 Aug 10:43
80af31a
Compare
Choose a tag to compare

Drop PHP 7.1 support; PHP 7.2 is now required.

v2.0.1: Merge pull request #13 from alexhaker/master

12 Jul 00:08
ac2cef7
Compare
Choose a tag to compare

PHP Upgrade

30 Apr 01:41
3ec914b
Compare
Choose a tag to compare

Drop PHP 7.0 support; PHP 7.1 is now required.

v1.1.0

31 Jul 02:44
Compare
Choose a tag to compare

Add GlobalsMetricFetcher class.

v1.0.0

08 Jun 03:21
Compare
Choose a tag to compare

New requirements:

  • PHP 7.0+
  • PHPUnit 6.0+

v0.2.0

21 Dec 04:37
Compare
Choose a tag to compare
  • print out detected problems after finishing the whole test suite (previously it was getting printed straight-away)

v0.1.4

16 Nov 22:51
Compare
Choose a tag to compare
  • support better formatting of non-numeric metrics
  • use PHPUnit 5.6 for testing

v0.1.3

17 Oct 10:28
5afa2bf
Compare
Choose a tag to compare
  • support disabling the naughty test detector by setting env variable DISABLE_NAUGHTY_TEST_DETECTOR to 1 or true

v0.1.2

17 Oct 08:53
Compare
Choose a tag to compare
  • support evaluation of test-level, test-suite-level and/or global level

v0.1.1

13 Oct 17:29
c94ae28
Compare
Choose a tag to compare
  • Move satooshi/php-coveralls to dev dependencies.
  • Improve README.md.