Skip to content

Commit

Permalink
Remove --printer from ddev phpunit command (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Aug 5, 2024
1 parent e284f0d commit 0b5d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/web/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [ -f "phpunit.xml" ]; then
phpunit "$@"
else
# Bootstrap Drupal tests and run all custom module tests.
phpunit --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" --bootstrap $PWD/$DDEV_DOCROOT/core/tests/bootstrap.php $DDEV_DOCROOT/modules/custom "$@"
phpunit --bootstrap $PWD/$DDEV_DOCROOT/core/tests/bootstrap.php $DDEV_DOCROOT/modules/custom "$@"
fi

0 comments on commit 0b5d1ef

Please sign in to comment.