We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7610f8 commit b312f61Copy full SHA for b312f61
1 file changed
phpunit-watcher.yml
@@ -1,13 +1,13 @@
1
hideManual: true
2
watch:
3
- directories:
4
- - tests
5
- - flight
6
- fileMask: '*.php'
+ directories:
+ - tests
+ - flight
+ fileMask: '*.php'
7
notifications:
8
- passingTests: false
9
- failingTests: false
+ passingTests: false
+ failingTests: false
10
phpunit:
11
- binaryPath: ./vendor/bin/phpunit
12
- arguments: '--stop-on-failure'
13
- timeout: 180
+ binaryPath: ./vendor/bin/phpunit
+ arguments: '--stop-on-failure'
+ timeout: 180
0 commit comments