Skip to content

Commit

Permalink
MDL-54600 phpunit: fixed classname to follow frankenstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne authored and David Monllao committed May 17, 2016
1 parent 5a2283c commit 39257eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/tests/restore_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @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.
Expand Down

0 comments on commit 39257eb

Please sign in to comment.