drupal-8-phpunit-deprecatio.../.ddev/commands/web/phpunit

9 lines
239 B
Plaintext
Raw Permalink Normal View History

2020-08-28 17:14:26 +00: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"
cd /var/www/html
vendor/bin/phpunit --config . $*