firehed/arctools
最新稳定版本:1.1.0
Composer 安装命令:
composer require firehed/arctools
包简介
Easily integrate with Arcanist and libphutil
README 文档
README
This library is designed to make it really easy to plug Arcanist and Libphutil into an existing Composer-based project.
Usage
In your project's root directory, edit the .arcconfig file (or create one if
it does not already exist) and add the following values:
{
"unit.engine": "Firehed\\Arctools\\Unit\\PHPUnitTestEngine",
"load": [
"vendor/firehed/arctools/src"
]
}
Additional Configuration
"phpunit.config": "relative/path/to/phpunit.xml""phpunit.source_directory": "path/to/source","phpunit.test_directory": "path/to/tests",- Test suffix (future)
统计信息
- 总下载量: 9.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-09