jlipps/paraunit

A parallel execution wrapper for PHPUnit

v0.1.5 2012-10-02 20:14 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:09:23 UTC


README

A parallel wrapper for PHPUnit. Run this file instead of PHPUnit and you can pass in the number of parallel PHPUnit processes you want to use on your tests.

Tests are found by grepping files for test*() and run in individual processes, up to the max concurrency you set, until all tests are finished. This means tests must be logically independent!

Usage

Install using composer. Then do this:

--phpunit=PATH/TO/PHPUNIT```

Todo
----
* Handle more kinds of output from phpunit
* Try to use PHPUnit to get file list / test name list
* See if anything can be done about test dependencies