Tests: Rename classes in phpunit/tests/privacy/ 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].

See #52625.

git-svn-id: https://develop.svn.wordpress.org/trunk@50969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-05-24 13:37:56 +00:00
parent 5ebaf70f7e
commit a5e333f03c
10 changed files with 22 additions and 20 deletions

View File

@@ -8,14 +8,14 @@
*/
/**
* Tests_WpCreateUserRequest class.
* Tests_Privacy_wpCreateUserRequest class.
*
* @group privacy
* @covers ::wp_create_user_request
*
* @since 5.2.0
*/
class Tests_WpCreateUserRequest extends WP_UnitTestCase {
class Tests_Privacy_wpCreateUserRequest extends WP_UnitTestCase {
/**
* Request ID.
*