All in GraphQL #34

Merged
timw4mail merged 87 commits from develop into master 2020-12-01 10:07:49 -05:00
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']);
} }
/** /**