Run local phpunit from robo

This commit is contained in:
Timothy Warren 2020-07-29 11:00:06 -04:00
parent bb878d905f
commit 0ed7a0de2e
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']);
} }
/** /**