Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0ed7a0de2e - Show all commits

View File

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