Skip to content

Releases: fiunchinho/phpunit-randomizer

Compatible with PHPUnit 7

09 May 11:38
a2d7c2b
Compare
Choose a tag to compare
Merge pull request #27 from lolli42/phpunit-7

[TASK] phpunit 7 compatibility

Fix bugs with nested suites

09 May 11:36
7316652
Compare
Choose a tag to compare
Merge pull request #26 from lolli42/recursive-suites

[BUGFIX] Suite nesting may fatal

Compatible with PHPUnit 6

05 Feb 20:02
Compare
Choose a tag to compare

Fixed: Compatible with PHPUnit 6

Compatible with PHP7

09 May 10:00
Compare
Choose a tag to compare

Fixed: Compatible with PHP7
Fixed: Compatible with a bigger range of PHPUnit versions

Default behavior is the same as regular PHPUnit

22 Aug 18:16
Compare
Choose a tag to compare

Changed: same behaviour as PHPUnit by default
Added: new 'order' parameter to choose the random order. You can choose the seed with '--order rand:123'
Deleted: old 'seed' parameter
Improved: refactoring

Fixed autoload paths in binary file

19 Aug 17:43
Compare
Choose a tag to compare
  • Fixed: path for autoload file when installing library as dependency through Composer
  • Fixed: path for autoload file when installing library as standalone