Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb3214
)
MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one!
author
Eloy Lafuente
<stronk7@moodle.org>
Tue, 1 Dec 2009 23:05:08 +0000
(23:05 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Tue, 1 Dec 2009 23:05:08 +0000
(23:05 +0000)
grade/simpletest/testreportlib.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/simpletest/testreportlib.php
b/grade/simpletest/testreportlib.php
index
5950728
..
f7af0b2
100644
(file)
--- 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
FakeDBUnitTestC
ase {
+class gradereportlib_test extends
UnitTestCaseUsingDatab
ase {
var $courseid = 1;
var $context = null;
var $report = null;