From 2f2bcbc122892fb8f0ae1dff91a45d08759d78a1 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 11 Jun 2008 22:51:36 +0000 Subject: [PATCH] MDL-14905 towards functional DB tests --- admin/report/simpletest/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index d7070c790f..569255eb16 100644 --- a/admin/report/simpletest/index.php +++ b/admin/report/simpletest/index.php @@ -19,9 +19,6 @@ require_once('ex_reporter.php'); require_login(); require_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM)); -/* The UNITTEST constant can be checked elsewhere if you need to know - * when your code is being run as part of a unit test. */ -define('UNITTEST', true); $langfile = 'simpletest'; // CGI arguments -- 2.39.5