Skip to content
This repository was archived by the owner on Jul 3, 2018. It is now read-only.

Releases: vektah/phpunit-parallel

Better stacktraces

13 Jul 06:23

Choose a tag to compare

Merge pull request #5 from arthens/print-previous-exceptions

Add 'Caused by' to SerializePrinter

Support for phpunit 4.3+

12 Aug 00:42

Choose a tag to compare

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

15 Apr 02:03

Choose a tag to compare

This allows bootstrap to create predictable databases/temp files/symfony
containers/whatever based on the worker. This makes cleanup much easier.

1.4.2

02 Apr 04:35

Choose a tag to compare

Release 1.4.2

1.4.0

15 Mar 22:56

Choose a tag to compare

  • Add --memory-tracking
  • Fix a bug causing fatals to hang

1.3.0

11 Mar 01:31

Choose a tag to compare

Added:

  • worker restarting
  • passing arguments to the worker interpreter using --interpreter-options
  • replaying of captured test runs.

New output formatter

10 Mar 05:34

Choose a tag to compare

1.2.0

bump version 1.2.0

1.1.2: Tweak recursion detection

10 Mar 01:26

Choose a tag to compare

100 appears to be too low for twig. Lets try 600 and see how that goes.

Recursion detection

10 Mar 00:47

Choose a tag to compare

Added a tick function to detect recursion

Json output formatter

06 Mar 01:30

Choose a tag to compare

phpunit-parallel --write json:test.json Is now supprted