jlipps/paraunit
最新稳定版本:v0.1.5
Composer 安装命令:
composer require --dev jlipps/paraunit
包简介
A parallel execution wrapper for PHPUnit
README 文档
README
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:
--phpunit=PATH/TO/PHPUNIT```
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
统计信息
- 总下载量: 35.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: APACHE-2
- 更新时间: 2012-09-10