php-censor/docs/en/plugins/php_spec.md

19 lines
250 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin PHP Spec
2017-01-04 13:22:20 +01:00
===============
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
Runs [PHP Spec](http://www.phpspec.net/) tests against your build.
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Options
2016-07-17 16:20:35 +02:00
* **bootstrap** - Optional - Path to a PHPSpec bootstrap file.
2016-07-19 11:12:28 +02:00
### Examples
2016-07-17 16:20:35 +02:00
```
test:
php_spec:
```