Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit 8f9a77c1eb - Show all commits

View File

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