padraic/phpunit-accelerator
最新稳定版本:v1.0.2
Composer 安装命令:
composer require padraic/phpunit-accelerator
包简介
PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs
README 文档
README
Inspired by Kris Wallsmith faster PHPUnit article, we've created a PHPUnit test listener that speeds up PHPUnit tests about 20% by freeing memory.
Setup and Configuration
Add the following to your composer.json file
{
"require-dev": {
"mybuilder/phpunit-accelerator": "~1.0"
}
}
Update the vendor libraries
curl -s http://getcomposer.org/installer | php
php composer.phar install
Usage
Just add to your phpunit.xml configuration
<phpunit> <listeners> <listener class="\MyBuilder\PhpunitAccelerator\TestListener"/> </listeners> </phpunit>
统计信息
- 总下载量: 156.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-15