Run local phpunit from robo
This commit is contained in:
parent
bb878d905f
commit
0ed7a0de2e
@ -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