Tests: Correct class name for WP_Filesystem_Base::find_folder() tests.

A concrete test class should be suffixed with `Test`, not `UnitTestCase(s)`.

Follow-up to [25053].

Props jrf.
See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@51476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-07-22 16:44:34 +00:00
parent 41df21e70d
commit a5bef1ea91

View File

@ -6,7 +6,7 @@ require_once __DIR__ . '/base.php';
* @group filesystem
* @group wp-filesystem
*/
class WP_Filesystem_find_folder_UnitTestCases extends WP_Filesystem_UnitTestCase {
class WP_Filesystem_Find_Folder_Test extends WP_Filesystem_UnitTestCase {
function test_ftp_has_root_access() {
global $wp_filesystem;