Skip to content

Commit bc549bb

Browse files
committed
fix phpunit debug option
1 parent 46c176d commit bc549bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
],
5252
"cs-check": "phpcs --colors -p",
5353
"cs-fix": "phpcbf --colors -p",
54-
"unit-tests": "phpunit --colors=always --verbose"
54+
"unit-tests": "phpunit --colors=always --debug"
5555
}
5656
}

0 commit comments

Comments
 (0)