Files
oficial/app/.phpunit-watcher.yml

14 lines
245 B
YAML
Raw Normal View History

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