mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 06:25:33 +02:00
MDL-54600 phpunit: fixed classname to follow frankenstyle
This commit is contained in:
parent
5a2283cdc0
commit
39257eb39c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user