Files
oficial/app/.phpunit-watcher.yml

15 lines
261 B
YAML
Raw Normal View History

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