Skip to content

Commit

Permalink
MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 1, 2009
1 parent 8eb3214 commit 5dc8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/simpletest/testreportlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* @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;
Expand Down

0 comments on commit 5dc8870

Please sign in to comment.