mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
replacing reference to new DebugView in test reporter
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@55821 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a0f664bf25
commit
5d2720eed7
@ -43,7 +43,7 @@ class TestRunner extends Controller {
|
||||
|
||||
function init() {
|
||||
parent::init();
|
||||
if (!self::$default_reporter) self::set_reporter('DebugReporter');
|
||||
if (!self::$default_reporter) self::set_reporter('DebugView');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user