diff --git a/dev/CliTestReporter.php b/dev/CliTestReporter.php index 680e25577..1a0729e56 100644 --- a/dev/CliTestReporter.php +++ b/dev/CliTestReporter.php @@ -69,7 +69,7 @@ class CliTestReporter extends SapphireTestReporter { } echo "\n\n" . SSCli::text($this->testNameToPhrase($test['name']) . "\n". $test['message'] . "\n", 'red', null, true); - echo SSCli::text("In line {$test['exception']['line']} of {$test['exception']['file']}" . "\n\n", 'red '); + echo SSCli::text("In line {$test['exception']['line']} of {$test['exception']['file']}" . "\n\n", 'red'); echo Debug::get_rendered_backtrace($filteredTrace, true); echo "\n--------------------\n"; }