Download the PHP package jlipps/paraunit without Composer
On this page you can find all versions of the php package jlipps/paraunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jlipps/paraunit
More information about jlipps/paraunit
Files in jlipps/paraunit
Download jlipps/paraunit
More information about jlipps/paraunit
Files in jlipps/paraunit
Vendor jlipps
Package paraunit
Short Description A parallel execution wrapper for PHPUnit
License APACHE-2
Homepage http://github.com/jlipps/paraunit
Package paraunit
Short Description A parallel execution wrapper for PHPUnit
License APACHE-2
Homepage http://github.com/jlipps/paraunit
Please rate this library. Is it a good library?
Informations about the package paraunit
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:
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
All versions of paraunit with dependencies
PHP Build Version
Package Version
The package jlipps/paraunit contains the following files
Loading the files please wait ....