Tests: Rename classes in phpunit/tests/user/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493], [51623], [51639], [51646], [51650], [51651], [51860], [52264], [52265].

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53489 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-06-11 15:48:31 +00:00
parent be413a98e9
commit 32cbb46a21
9 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ if ( is_multisite() ) :
* @group ms-user
* @group multisite
*/
class Tests_Multisite_User extends WP_UnitTestCase {
class Tests_User_Multisite extends WP_UnitTestCase {
public function test_remove_user_from_blog() {
$user1 = self::factory()->user->create_and_get();