2 Php spec plugin
Mike Bronner edited this page 2014-05-16 10:40:45 -07:00

Runs PHP Spec tests against your build.

Configuration Options:

  • bootstrap - Optional - Path to a PHPSpec bootstrap file.

Example

build_settings:
    [...]

setup:
    [...]

test:
    php_spec:

complete:
    [...]

success:
    [...]