moodle/admin/tool/httpsreplace
Eloy Lafuente (stronk7) 870a8de3fb MDL-37655 phpunit: Avoid having multiple testcase classes in 1 file
Note that there wasn't any case of multiple testcase classes in
1 file. All the cases reported in the issue were false positives
caused but other "mock/fixture" files being named _test.

So all this issue does is:

1) rename any _test suffixed class in test files, because we are
   going to start renaming a lot of test classes to _test.

2) ensure that the 2 test case classes modified in this issue,
   are already observing the filename = classname rule that will
   be implemented soon (and verigy it works).
2021-03-30 19:17:54 +02:00
..
classes MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00
cli MDL-46269 tool_httpsreplace: Fix incorrect sorting 2017-10-18 19:46:26 +02:00
lang/en MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00
tests MDL-37655 phpunit: Avoid having multiple testcase classes in 1 file 2021-03-30 19:17:54 +02:00
index.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
settings.php MDL-46269 tool_httpsreplace: Add multiple steps 2017-10-16 16:11:15 +08:00
tool.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00