This commit is contained in:
Juan Pablo Vial
2024-03-20 13:46:56 -03:00
parent ca958b8a88
commit 6617a92f5f
8 changed files with 209 additions and 0 deletions

13
app/.phpunit-watcher.yml Normal file
View File

@ -0,0 +1,13 @@
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