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
- Host: GitHub
- URL: https://github.com/testingbot/phpunit-parallel
- Owner: testingbot
- Created: 2012-02-25T20:02:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T20:05:43.000Z (almost 14 years ago)
- Last Synced: 2025-06-10T22:50:05.379Z (8 months ago)
- Language: PHP
- Homepage: http://testingbot.com
- Size: 83 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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