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.
Built from https://develop.svn.wordpress.org/trunk@51476


git-svn-id: http://core.svn.wordpress.org/trunk@51087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-07-22 16:45:58 +00:00
parent 8a90b8691f
commit d19c7680e1

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51475';
$wp_version = '5.9-alpha-51476';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.