Skip to content

jlipps/paraunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paraunit

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

About

A parallel wrapper for PHPUnit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages