diff --git a/run.local b/run.local index 708115bd1..77ca7edca 100755 --- a/run.local +++ b/run.local @@ -85,7 +85,7 @@ function publish { } function test { - ./vendor/bin/phpunit "${@}" + phpunit "${@}" } # vim: ft=bash