mirror of https://github.com/flightphp/core
Merge pull request #707 from flightphp/phpunit-watcher-rework
Add phpunit-watcher for improved testing and customizationmaster
commit
f20f1d2014
@ -1,13 +1,13 @@
|
|||||||
hideManual: true
|
hideManual: true
|
||||||
watch:
|
|
||||||
directories:
|
|
||||||
- tests
|
|
||||||
- flight
|
|
||||||
fileMask: '*.php'
|
|
||||||
notifications:
|
notifications:
|
||||||
passingTests: false
|
|
||||||
failingTests: false
|
failingTests: false
|
||||||
|
passingTests: false
|
||||||
phpunit:
|
phpunit:
|
||||||
binaryPath: ./vendor/bin/phpunit
|
|
||||||
arguments: '--stop-on-failure'
|
arguments: '--stop-on-failure'
|
||||||
|
binaryPath: ./vendor/bin/phpunit
|
||||||
timeout: 180
|
timeout: 180
|
||||||
|
watch:
|
||||||
|
directories:
|
||||||
|
- tests
|
||||||
|
- flight
|
||||||
|
fileMask: '*.php'
|
||||||
|
|||||||
Loading…
Reference in new issue