mirror of https://github.com/flightphp/core
That is much more comfortable than restarting tests manually when a change is made The command to run tests during development remained unchanged: composer testpull/644/head
parent
0abf1b9b16
commit
863282a3c8
@ -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