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
@@ -37,7 +37,6 @@
require_once(dirname(__FILE__) . '/../../config.php');
global $CFG;
require_once($CFG->libdir . '/simpletestlib.php');
require_once($CFG->libdir . '/moodlelib.php');
class moodlelib_test extends UnitTestCase {