Moved the PHPUnit settings

This commit is contained in:
Cédric Belin
2019-04-11 22:21:34 +02:00
parent 4408368977
commit 605f47177a
2 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ class RoboFile extends Tasks {
* @return Result The task result.
*/
function test(): Result {
return $this->taskPhpUnit()->run();
return $this->_exec('phpunit --configuration=test/phpunit.xml');
}
/**