We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284f0d commit 0b5d1efCopy full SHA for 0b5d1ef
commands/web/phpunit
@@ -18,5 +18,5 @@ if [ -f "phpunit.xml" ]; then
18
phpunit "$@"
19
else
20
# 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 "$@"
+ phpunit --bootstrap $PWD/$DDEV_DOCROOT/core/tests/bootstrap.php $DDEV_DOCROOT/modules/custom "$@"
22
fi
0 commit comments