mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53:44 +03:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
watch:
|
|
directories:
|
|
# By default only the `tests/` folder is watched, but the empty value below represents the current directory,
|
|
# so that tests will also re-run when the files-under-test are changed.
|
|
-
|
|
fileMask: '*.php'
|
|
|
|
notifications:
|
|
passingTests: false
|
|
failingTests: false
|
|
|
|
phpunit:
|
|
binaryPath: vendor/bin/phpunit
|