Download the PHP package previousnext/phpunit-splitter without Composer
On this page you can find all versions of the php package previousnext/phpunit-splitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download previousnext/phpunit-splitter
More information about previousnext/phpunit-splitter
Files in previousnext/phpunit-splitter
Download previousnext/phpunit-splitter
More information about previousnext/phpunit-splitter
Files in previousnext/phpunit-splitter
Vendor previousnext
Package phpunit-splitter
Short Description Splits phpunit tests
License GPL-2.0-or-later
Package phpunit-splitter
Short Description Splits phpunit tests
License GPL-2.0-or-later
Keywords testing
Please rate this library. Is it a good library?
Informations about the package phpunit-splitter
PHPUnit Test Splitter
Allows you to split your PHPUnit tests by timings.
Usage
Generate a timing file:
List your tests:
This generates an XML file with a list of tests. You can add --testsuite
to limit the tests to a specific suite.
Split the tests in 2 groups and get the first group (0):
Split the tests in 4 groups and get the third group (2):
Pass the results to PHPUnit:
Output the test list as JSON:
All versions of phpunit-splitter with dependencies
PHP Build Version
Package Version
The package previousnext/phpunit-splitter contains the following files
Loading the files please wait ....