Display the full call stack in the error output
[MAILPOET-3765]
This commit is contained in:
@@ -148,7 +148,7 @@ class RoboFile extends \Robo\Tasks {
|
||||
}
|
||||
|
||||
public function testIntegration(array $opts=['file' => null, 'xml' => false, 'multisite' => false, 'debug' => false]) {
|
||||
$command = 'vendor/bin/codecept run integration';
|
||||
$command = 'vendor/bin/codecept run integration -vvv';
|
||||
|
||||
if ($opts['multisite']) {
|
||||
$command = 'MULTISITE=true ' . $command;
|
||||
|
Reference in New Issue
Block a user