MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself

This commit is contained in:
skodak
2007-06-09 16:17:33 +00:00
parent 7a4025d0b6
commit 52f81103d3
17 changed files with 2 additions and 20 deletions
-1
View File
@@ -5,7 +5,6 @@ if (!defined('MOODLE_INTERNAL')) {
}
global $CFG;
require_once($CFG->libdir . '/simpletestlib.php');
require_once($CFG->libdir . '/mathslib.php');
/**