mirror of https://github.com/flightphp/core
Merge pull request #644 from pierresh/phpunit-watcher
test: re-run tests automatically with phpunit-watcher when a change is mademaster
commit
aaf9f62ecc
@ -0,0 +1,13 @@
|
||||
hideManual: true
|
||||
watch:
|
||||
directories:
|
||||
- tests
|
||||
- flight
|
||||
fileMask: '*.php'
|
||||
notifications:
|
||||
passingTests: false
|
||||
failingTests: false
|
||||
phpunit:
|
||||
binaryPath: ./vendor/bin/phpunit
|
||||
arguments: '--stop-on-failure'
|
||||
timeout: 180
|
Loading…
Reference in new issue