Added documentation
This commit is contained in:
parent
96bc300f77
commit
fa42071d01
49 changed files with 1255 additions and 0 deletions
24
docs/en/plugins/php_spec.md
Normal file
24
docs/en/plugins/php_spec.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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:
|
||||
[...]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue