mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed "In line of " text in CLI test reporter which did not work. Details are in the backtrace below anyway, so it's not required (from r112321)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112951 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4665369e31
commit
72037a8c5d
@ -90,7 +90,6 @@ class CliTestReporter extends SapphireTestReporter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "\n\n" . SS_Cli::text($this->testNameToPhrase($test['name']) . "\n". $test['message'] . "\n", 'red', null, true);
|
echo "\n\n" . SS_Cli::text($this->testNameToPhrase($test['name']) . "\n". $test['message'] . "\n", 'red', null, true);
|
||||||
echo SS_Cli::text("In line {$test['exception']['line']} of {$test['exception']['file']}" . "\n\n", 'red');
|
|
||||||
echo SS_Backtrace::get_rendered_backtrace($filteredTrace, true);
|
echo SS_Backtrace::get_rendered_backtrace($filteredTrace, true);
|
||||||
echo "\n--------------------\n";
|
echo "\n--------------------\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user