moodle/files/tests
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
..
behat MDL-64554 user: Fix use of Private files page on classic 2021-02-19 09:33:06 +08:00
fixtures MDL-68533 core_files: add archive_writer API 2020-12-12 12:44:55 +08:00
local/archive_writer MDL-68533 core_files: add archive_writer API 2020-12-12 12:44:55 +08:00
archive_writer_test.php MDL-68533 core_files: add archive_writer API 2020-12-12 12:44:55 +08:00
conversion_test.php MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00
converter_test.php MDL-37655 phpunit: Avoid having multiple testcase classes in 1 file 2021-03-30 19:17:54 +02:00
externallib_test.php MDL-70387 files: New WS core_files_get_unused_draft_itemid 2021-01-13 13:01:40 +01:00
privacy_test.php MDL-71036 phpunit: assertContains() now performs strict comparison 2021-03-11 23:04:31 +01:00