knplabs/phpspec-welldone-extension
最新稳定版本:v1.0.0
Composer 安装命令:
composer require knplabs/phpspec-welldone-extension
包简介
Extension for PHPSPEC. Find out which classes are not specified.
README 文档
README
Installation
php composer.phar require knplabs/phpspec-welldone-extension dev-master
Configuration
#phpspec.yml extensions: - Knp\PhpSpec\WellDone\Extension
Usage
./bin/phpspec status
Add exclusion (via phpspec.yml)
#phpspec.yml knp.welldone.exclusion: - "*Controller" - "App\Entity\*" extensions: - Knp\PhpSpec\WellDone\Extension
Add exclusion (via command)
./bin/phpspec status -e "*Controller, App\Entity\*"
With command, yml parameter will be overwrite.
统计信息
- 总下载量: 18.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-22