Skip to content

Commit 20f9b74

Browse files
committed
Remove verbosity on phpunit runs
1 parent 126b889 commit 20f9b74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runner/main/jobtypes/phpunit/phpunit.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ function phpunit_runcmd() {
263263
--disallow-test-output
264264
--fail-on-risky
265265
--log-junit /shared/log.junit
266-
--verbose
267266
)
268267
if [[ -n "${PHPUNIT_FILTER}" ]]; then
269268
cmd+=(--filter "${PHPUNIT_FILTER}")

0 commit comments

Comments
 (0)