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:
5a2283c
)
MDL-54600 phpunit: fixed classname to follow frankenstyle
author
Michael Aherne
<michael.aherne@strath.ac.uk>
Tue, 17 May 2016 02:13:09 +0000
(10:13 +0800)
committer
David Monllao
<davidm@moodle.com>
Tue, 17 May 2016 09:16:11 +0000
(17:16 +0800)
course/tests/restore_test.php
patch
|
blob
|
blame
|
history
diff --git
a/course/tests/restore_test.php
b/course/tests/restore_test.php
index
f794e66
..
1b051ef
100644
(file)
--- a/
course/tests/restore_test.php
+++ b/
course/tests/restore_test.php
@@
-35,7
+35,7
@@
require_once($CFG->dirroot . '/backup/util/includes/restore_includes.php');
* @copyright 2016 Frédéric Massart - FMCorz.net
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-class core_
restore_backup
_testcase extends advanced_testcase {
+class core_
course_restore
_testcase extends advanced_testcase {
/**
* Backup a course and return its backup ID.