Releases: paratestphp/paratest
Releases · paratestphp/paratest
Version 4.1.1-alpha.1
Test-1 Github Actions PHAR on TAG
Version 4.1.0
Special 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
Version 4.0.0
Version 3.1.2
Improvements
- #410 Update components to Symfony 5. Thank you @flug
- #413 Use FQN function calls. Thank you @draco2003
Version 3.1.1
Version 3.1.0
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
Version 3.0.0
Version 2.2.0
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.
Version 2.1
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
2.0 - PHPUnit 7.0 compatibility
This release supports PHPUnit 7.0.