Add DDEV configuration
This commit is contained in:
parent
b70b30bc99
commit
ef89f5f5c1
5 changed files with 191 additions and 0 deletions
7
.ddev/commands/web/phpunit
Executable file
7
.ddev/commands/web/phpunit
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## Description: Run PHPUnit tests inside the web container.
|
||||
## Usage: phpunit
|
||||
## Example: "ddev phpunit" or with additional arguments such as "ddev phpunit --testdox"
|
||||
|
||||
vendor/bin/phpunit $*
|
Loading…
Add table
Add a link
Reference in a new issue