lotaris/rox-client-phpunit
Composer 安装命令:
composer require lotaris/rox-client-phpunit
包简介
PHPUnit client for submitting test results to ROX Center.
关键字:
README 文档
README
PHPUnit listener to send results to ROX Center.
Installation
Add the dependency to your composer.json file:
{
"name": "My Project",
"require-dev": {
"lotaris/rox-client-phpunit": ">= 0.1.0"
}
}
Update your composer.lock file:
php composer.phar update lotaris/rox-client-phpunit
Requirements
- PHP 5.3 or higher
Usage
To track a test, you must assign it a ROX test key generated from your ROX Center server.
Test keys are assigned to a test using the @RoxableTest annotation:
use Lotaris\RoxClientPHPUnit\RoxableTest; /** * @RoxableTest(key="ed0f4c560c33") */ public function testTheTruth() { $this->assertTrue(true); }
Contributing
- Fork
- Create a topic branch -
git checkout -b feature - Push to your branch -
git push origin feature - Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
License
rox-client-phpunit is licensed under the MIT License. See LICENSE.txt for the full text.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-25