php-censor/docs/en/plugins/php_spec.md
Dmitry Khomutov 320a249153 Improved docs
2016-07-19 15:22:22 +06:00

19 lines
250 B
Markdown

Plugin PHP Spec
---------------
Runs [PHP Spec](http://www.phpspec.net/) tests against your build.
Configuration
=============
### Options
* **bootstrap** - Optional - Path to a PHPSpec bootstrap file.
### Examples
```
test:
php_spec:
```