Files
oficial/app/.phpunit-watcher.yml
2024-11-12 21:52:10 -03:00

15 lines
261 B
YAML

watch:
directories:
- src
- tests
- common
- resources
fileMask: '*.php'
notifications:
passingTests: false
failingTests: false
hideManual: true
phpunit:
arguments: '--log-events-text /logs/output.txt --stop-on-failure'
timeout: 180