aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/commands/web/phpunit
diff options
context:
space:
mode:
Diffstat (limited to '.ddev/commands/web/phpunit')
-rwxr-xr-x.ddev/commands/web/phpunit7
1 files changed, 7 insertions, 0 deletions
diff --git a/.ddev/commands/web/phpunit b/.ddev/commands/web/phpunit
new file mode 100755
index 0000000..90451f4
--- /dev/null
+++ b/.ddev/commands/web/phpunit
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+## Description: Run phpunit in the ddev environment
+## Usage: phpunit
+## Example: ddev phpunit tests
+
+vendor/bin/phpunit "$@"