aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.ddev/commands/web/phpunit4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ddev/commands/web/phpunit b/.ddev/commands/web/phpunit
index 90451f4..1a75bc7 100755
--- a/.ddev/commands/web/phpunit
+++ b/.ddev/commands/web/phpunit
@@ -2,6 +2,6 @@
## Description: Run phpunit in the ddev environment
## Usage: phpunit
-## Example: ddev phpunit tests
+## Example: ddev phpunit
-vendor/bin/phpunit "$@"
+XDEBUG_MODE=coverage vendor/bin/phpunit -c tests/phpunit.xml --coverage-html=tests/results/coverage "$@"