From 5dc8870fa65eff74afda1e61f4814c8b93c53c78 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Tue, 1 Dec 2009 23:05:08 +0000 Subject: [PATCH] MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one! --- grade/simpletest/testreportlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5