mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4581 from tractorcow/pulls/4.0/fix-testrunner
BUG Fix reference to missing Debug::loadErrorHandlers()
This commit is contained in:
commit
a08361810c
@ -422,7 +422,8 @@ class TestRunner extends Controller {
|
||||
if(!Director::is_cli()) echo '</div>';
|
||||
|
||||
// Put the error handlers back
|
||||
Debug::loadErrorHandlers();
|
||||
$errorHandler = Injector::inst()->get('ErrorHandler');
|
||||
$errorHandler->start();
|
||||
|
||||
if(!Director::is_cli()) self::$default_reporter->writeFooter();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user