From 6f5a517f68d386049122d430873d058fa77d65bb Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Mon, 30 Nov 2009 23:33:24 +0000 Subject: [PATCH] MDL-21007 - take out the box saying FakeTests are disabled. Not needed anymore. --- admin/report/unittest/index.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/admin/report/unittest/index.php b/admin/report/unittest/index.php index 51d021b1bc..175fd3730e 100644 --- a/admin/report/unittest/index.php +++ b/admin/report/unittest/index.php @@ -119,28 +119,6 @@ echo ''; echo ''; echo $OUTPUT->box_end(); -echo $OUTPUT->box_start('generalbox boxwidthwide boxaligncenter'); -if (true) { - echo "

Fake test tables are disabled for now, sorry

"; // DO NOT LOCALISE!!! to be removed soon - -} else if (empty($CFG->unittestprefix)) { - echo $OUTPUT->heading(get_string('testdboperations', 'simpletest')); - // TODO: localise - echo '

Please add $CFG->unittestprefix="tst_"; or some other unique test table prefix if you want to execute all tests'; - -} else { - echo $OUTPUT->heading(get_string('testdboperations', 'simpletest')); - echo '

'.get_string('unittestprefixsetting', 'simpletest', $CFG).'

'; - - echo '
'; - echo '
'; - echo ''; - echo ''; - echo '
'; - echo '
'; -} -echo $OUTPUT->box_end(); - // Print link to latest code coverage for this report type if (is_null($path) || !$codecoverage) { moodle_coverage_reporter::print_link_to_latest('unittest'); -- 2.39.5