mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one!
This commit is contained in:
parent
8eb321419f
commit
5dc8870fa6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user