This repository was archived by the owner on Jul 3, 2018. It is now read-only.
Releases: vektah/phpunit-parallel
Releases · vektah/phpunit-parallel
Better stacktraces
Support for phpunit 4.3+
Phpunit versions >4.3 now wrap exceptions in PHPUnit_Framework_ExceptionWrapper. This adds support for reaching into these wrappers to get the correct stacktrace and class name.
1.5.0: Add PHPUNIT_PARALLEL and PHPUNIT_PARALLEL_WORKER_ID env var
This allows bootstrap to create predictable databases/temp files/symfony containers/whatever based on the worker. This makes cleanup much easier.
1.4.2
1.4.0
1.3.0
New output formatter
1.2.0 bump version 1.2.0
1.1.2: Tweak recursion detection
100 appears to be too low for twig. Lets try 600 and see how that goes.
Recursion detection
Added a tick function to detect recursion
Json output formatter
phpunit-parallel --write json:test.json Is now supprted