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