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 bc8f52d commit 3a62372Copy full SHA for 3a62372
commands/web/phpunit
@@ -12,4 +12,4 @@ if ! command -v phpunit >/dev/null; then
12
echo "phpunit is not available. You may need to 'ddev composer install'"
13
exit 1
14
fi
15
-phpunit web/modules/custom "$@"
+phpunit --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" --bootstrap web/core/tests/bootstrap.php --testdox web/modules/custom "$@"
0 commit comments