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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user