From: Eloy Lafuente Date: Tue, 1 Dec 2009 23:05:08 +0000 (+0000) Subject: MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5dc8870fa65eff74afda1e61f4814c8b93c53c78;p=moodle.git MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one! --- diff --git a/grade/simpletest/testreportlib.php b/grade/simpletest/testreportlib.php index 5950728845..f7af0b2d80 100644 --- a/grade/simpletest/testreportlib.php +++ b/grade/simpletest/testreportlib.php @@ -33,7 +33,7 @@ require_once($CFG->dirroot.'/grade/report/lib.php'); /** * @TODO create a set of mock objects to simulate the database operations. We don't want to connect to any real sql server. */ -class gradereportlib_test extends FakeDBUnitTestCase { +class gradereportlib_test extends UnitTestCaseUsingDatabase { var $courseid = 1; var $context = null; var $report = null;