Skip to content

Commit 33d201f

Browse files
authored
Merge pull request #914 from ruudk/remove-phpunit-debug
PHPUnit > Disable verbose / debug mode
2 parents f00e15e + 4992689 commit 33d201f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
"scripts": {
75-
"test": "bin/phpunit --color=always -v --debug",
75+
"test": "bin/phpunit --color=always",
7676
"static-analysis": [
7777
"phpstan analyse --ansi --memory-limit=1G"
7878
],

0 commit comments

Comments
 (0)