Skip to content

Commit 0b5d1ef

Browse files
authored
Remove --printer from ddev phpunit command (#70)
1 parent e284f0d commit 0b5d1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if [ -f "phpunit.xml" ]; then
1818
phpunit "$@"
1919
else
2020
# Bootstrap Drupal tests and run all custom module tests.
21-
phpunit --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" --bootstrap $PWD/$DDEV_DOCROOT/core/tests/bootstrap.php $DDEV_DOCROOT/modules/custom "$@"
21+
phpunit --bootstrap $PWD/$DDEV_DOCROOT/core/tests/bootstrap.php $DDEV_DOCROOT/modules/custom "$@"
2222
fi

0 commit comments

Comments
 (0)