diff --git a/app/.phpunit-watcher.yml b/app/.phpunit-watcher.yml index 8a8274c..744f6f4 100644 --- a/app/.phpunit-watcher.yml +++ b/app/.phpunit-watcher.yml @@ -10,5 +10,5 @@ notifications: failingTests: false hideManual: true phpunit: - arguments: '--log-events-text /logs/output.txt --stop-on-failure' + arguments: '--testsuite unit --log-events-text /logs/output.txt --stop-on-failure' timeout: 180