mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +01:00
Moved the PHPUnit settings
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user