Skip to content

testingbot/phpunit-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

Parallel execution of PHPUnit tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages