oliverdavies.uk/.ddev/commands/web/phpunit

8 lines
211 B
Text
Raw Normal View History

2020-09-16 08:44:13 +01:00
#!/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 $*