Run local phpunit from robo
This commit is contained in:
parent
9eec7123a3
commit
dbfdd1c239
@ -227,7 +227,7 @@ class RoboFile extends Tasks {
|
||||
{
|
||||
$this->lint();
|
||||
|
||||
$this->_run(['phpunit']);
|
||||
$this->_run(['vendor/bin/phpunit']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user