Skip to content

Commit 3a62372

Browse files
authored
Add needed phpunit options (#4)
1 parent bc8f52d commit 3a62372

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
@@ -12,4 +12,4 @@ if ! command -v phpunit >/dev/null; then
1212
echo "phpunit is not available. You may need to 'ddev composer install'"
1313
exit 1
1414
fi
15-
phpunit web/modules/custom "$@"
15+
phpunit --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" --bootstrap web/core/tests/bootstrap.php --testdox web/modules/custom "$@"

0 commit comments

Comments
 (0)