mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
41df21e70d
commit
a5bef1ea91
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user