Version 5.1 - All the GraphQL #32

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

View File

@ -106,10 +106,6 @@ class RoboFile extends Tasks {
public function coverage()
{
$this->_run(['vendor/bin/phpunit -c build']);
/* $this->taskPhpUnit()
->configFile('build/phpunit.xml')
->printed(true)
->run(); */
}
/**