Files
oficial/app/.phpunit-watcher.yml
Juan Pablo Vial 6617a92f5f Tests
2024-03-20 13:49:58 -03:00

14 lines
245 B
YAML

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