aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/commands/web/phpunit
blob: 90451f4c0ae5b2663d63bdee5623a39669f5d841 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash

## Description: Run phpunit in the ddev environment
## Usage: phpunit
## Example: ddev phpunit tests

vendor/bin/phpunit "$@"