Run local phpunit from robo

This commit is contained in:
Timothy Warren 2020-07-29 11:00:06 -04:00
parent 9eec7123a3
commit dbfdd1c239
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class RoboFile extends Tasks {
{ {
$this->lint(); $this->lint();
$this->_run(['phpunit']); $this->_run(['vendor/bin/phpunit']);
} }
/** /**