All Versions
27
Latest Version
Avg Release Cycle
55 days
Latest Release
570 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.1-alpha.2 Changes
July 28, 2020โ Test-2 Github Actions PHAR on TAG
-
v4.1.1-alpha.1 Changes
July 28, 2020โ Test-1 Github Actions PHAR on TAG
-
v4.1.0 Changes
July 14, 2020Special Thanks
Special thanks to @TysonAndre and @Slamdunk for their continuous and important PRs and help maintaining this piece of software.
๐ Improvements / Fixes
- โ #433 Do not overwrite existing env variables. Thank you @stefandjokic
- โ #437 Add feedback item colours. Thank you @slt
-
v4.0.0 Changes
February 07, 2020 -
v3.1.2 Changes
January 16, 2020๐ Improvements
- โก๏ธ #410 Update components to Symfony 5. Thank you @flug
- โ #413 Use FQN function calls. Thank you @draco2003
-
v3.1.1 Changes
November 12, 2019 -
v3.1.0 Changes
October 09, 2019๐ New Features
- โ
#394 Add limit for tests recorded in coverage report with new command option
--coverage-test-limit
. Thank you @slt - โ #388 Log path of the test encountering a fatal error. Thank you @TysonAndre
- โ #398 Allow iterable data providers. Thank you @thewilkybarkid
๐ Bugfixes / Other
- โ #402 Correct warning handling. Thank you @crzdeveloper
- โ #376 Fix possible problems with autoloading PHPUnit. Thank you @crzdeveloper
- โ #393 SuiteLoader to use groups from class as well as methods. Thank you @slt
- ๐ #386 Migrate to Box3 for building our Phar. Thank you @theofidry
- ๐ #375 Fix our CI build (due to output format changes). Thank you @tomasliubinas
- ๐ #374 Improved Documentation. Thank you @tomasliubinas
- โ
#394 Add limit for tests recorded in coverage report with new command option
-
v3.0.0 Changes
February 18, 2019๐ New Features
Other
- โ #371 Fix PHPUnitWarningsTest with PHPUnit dev version. Thank you @jdufresne
-
v2.2.0 Changes
January 28, 2019๐ New Features
- โ #349 Add "--parallel-suite" (run test suites in parallel) feature. Thank you @matthewnessworthy and @ThomasDelteil.
- โ #359 Enable splitting "--testsuite" option by ",". Thank you @paslandau.
- โ #361 Add "--passthru" (pass arguments to the test framework), "--passthru-php" (pass arguments to the PHP process) and "--verbose" (print debug output) features. Thank you @paslandau.
- โ #363 Logfiles for WrapperRunner. Thank you @paslandau.
Important Changes
- ๐ The default value of
-p
changes toauto
(was5
before). If you set the parameter before, you can just leave as is if it worked for you, if you didn't provide the parameter for execution, the default changed and you might see less or more processes now depending on the number of logical CPU cores you have (see Readme).
๐ Improved Documentation
Especially regarding code coverage. Thank you @paslandau.
-
v2.1 Changes
October 09, 2018๐ New Features
- โ #336 Auto setting of process number, depending on CPU cores. Thank you @andrerom and also to @Nemo64.
- โ #331 Support for PHPUnit XML Coverage. Thank you @PauliusB.
- โ #322 Paratest now also available as Phar to avoid depencendy problems. Thank you @Gasol.
Important Changes
- ๐ The default value of
-p
changes toauto
(was5
before). If you set the parameter before, you can just leave as is if it worked for you, if you didn't provide the parameter for execution, the default changed and you might see less or more processes now depending on the number of logical CPU cores you have (see Readme).
๐ Fixes