Simplify the phpunit
executable command
As `./vendor/bin` is already in `$PATH` within the main run file.
This commit is contained in:
parent
0104b10c22
commit
61c757e78d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function publish {
|
|||
}
|
||||
|
||||
function test {
|
||||
./vendor/bin/phpunit "${@}"
|
||||
phpunit "${@}"
|
||||
}
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue