rmiller/phpspec-extension
最新稳定版本:0.5.0
Composer 安装命令:
composer require rmiller/phpspec-extension
包简介
PhpSpec extension for Behat
README 文档
README
Behat extension to run phpspec desc command automatically for missing classes.
For more explanation and additional related functionality see BehatSpec. Which uses this extension in combination with others to provide integration between Behat and PhpSpec.
If you do want to use this extension standalone, it requires:
- Behat 3.0+
- PHP 5.6+
The easiest way to install it is to use Composer
$ composer require --dev rmiller/phpspec-extension:^0.5
Activate the extension by specifying its class in your behat.yml:
# behat.yml default: # ... extensions: RMiller\BehatSpec\Extension\PhpSpecExtension\PhpSpecExtension: path: bin/phpspec #default value is bin/phpspec config: path/to/phpspec.yml #optional
统计信息
- 总下载量: 19.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-29