Skip to content

Commit b15348d

Browse files
committed
Make unit test class names consistent
1 parent 8548aed commit b15348d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

cleaner/muc/tests/phpunit/output/index_renderer_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3939
* @SuppressWarnings(public) Allow as many methods as needed.
4040
*/
41-
class local_cleanurls_cleaner_muc_index_page_test extends local_datacleaner_cleaner_muc_testcase {
41+
class local_cleanurls_cleaner_muc_index_renderer_test extends local_datacleaner_cleaner_muc_testcase {
4242
protected function setUp() : void {
4343
global $PAGE, $OUTPUT;
4444

File renamed without changes.

0 commit comments

Comments
 (0)