An open API service indexing awesome lists of open source software.

https://github.com/testingbot/phpunit-parallel

Parallel execution of PHPUnit tests
https://github.com/testingbot/phpunit-parallel

Last synced: 7 months ago
JSON representation

Parallel execution of PHPUnit tests

Awesome Lists containing this project

README

          

PHPUnit Parallel Testing
====================
This repository contains an attempt to do parallel testing with PHPUnit.
The PHP file will loop over the PHPUnit files in the directory you specify and run PHPUnit in separate processes.
You can specify how many tests you want to run at the same time.

When all the tests have run, the php file will echo the output of the tests.

Arguments
---------------------
Run with php parallel.php
Options are:
-d directory/
-m maxParallelTests