Skip to content

Commit 02e8b4b

Browse files
author
Matthias Opitz
committed
renamed test classes
1 parent 9fa9943 commit 02e8b4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/grades_gradeitems_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @copyright 2020 Open LMS
4040
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
4141
*/
42-
class gradeitems_test extends advanced_testcase
42+
class grades_gradeitems_test extends advanced_testcase
4343
{
4444

4545
/**

tests/privacy_provider_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @copyright 2018 Andrew Nicols <andrew@nicols.co.uk>
3737
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3838
*/
39-
class mod_hsuforum_privacy_provider_testcase extends \core_privacy\tests\provider_testcase {
39+
class privacy_provider_test extends \core_privacy\tests\provider_testcase {
4040

4141
// Include the privacy helper trait.
4242
use \mod_hsuforum\privacy\subcontext_info;

tests/restore_date_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @copyright 2017 onwards Ankit Agarwal <ankit.agrr@gmail.com>
3636
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3737
*/
38-
class mod_hsuforum_restore_date_testcase extends restore_date_testcase {
38+
class restore_date_test extends restore_date_testcase {
3939

4040
/**
4141
* Test restore dates.

0 commit comments

Comments
 (0)