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

25 lines
288 B
Markdown
Raw Normal View History

2016-07-17 16:20:35 +02:00
Runs [PHP Spec](http://www.phpspec.net/) tests against your build.
### Configuration Options:
* **bootstrap** - Optional - Path to a PHPSpec bootstrap file.
### Example
```
build_settings:
[...]
setup:
[...]
test:
php_spec:
complete:
[...]
success:
[...]
```