Changeset 53489
- Timestamp:
- 06/11/2022 03:48:31 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/user
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/getActiveBlogForUser.php
r49603 r53489 10 10 * @group multisite 11 11 */ 12 class Tests_ Multisite_getActiveBlogForUser extends WP_UnitTestCase {12 class Tests_User_GetActiveBlogForUser extends WP_UnitTestCase { 13 13 public static $user_id = false; 14 14 -
trunk/tests/phpunit/tests/user/multisite.php
r52010 r53489 10 10 * @group multisite 11 11 */ 12 class Tests_ Multisite_Userextends WP_UnitTestCase {12 class Tests_User_Multisite extends WP_UnitTestCase { 13 13 14 14 public function test_remove_user_from_blog() { -
trunk/tests/phpunit/tests/user/wpAuthenticateSpamCheck.php
r52010 r53489 4 4 * @group user 5 5 */ 6 class Tests_User_ WpAuthenticateSpamCheck extends WP_UnitTestCase {6 class Tests_User_wpAuthenticateSpamCheck extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/user/wpDeleteUser.php
r52010 r53489 4 4 * @group user 5 5 */ 6 class Tests_User_ WpDeleteUser extends WP_UnitTestCase {6 class Tests_User_wpDeleteUser extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/user/wpDropdownUsers.php
r51462 r53489 6 6 * @group user 7 7 */ 8 class Tests_User_ WpDropdownUsers extends WP_UnitTestCase {8 class Tests_User_wpDropdownUsers extends WP_UnitTestCase { 9 9 10 10 /** -
trunk/tests/phpunit/tests/user/wpGetUsersWithNoRole.php
r49108 r53489 4 4 * @group user 5 5 */ 6 class Tests_User_ GetUsersWithNoRole extends WP_UnitTestCase {6 class Tests_User_wpGetUsersWithNoRole extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/user/wpListUsers.php
r52064 r53489 5 5 * @covers ::wp_list_users 6 6 */ 7 class Tests_ Functions_wpListUsers extends WP_UnitTestCase {7 class Tests_User_wpListUsers extends WP_UnitTestCase { 8 8 private static $user_ids = array(); 9 9 -
trunk/tests/phpunit/tests/user/wpSendUserRequest.php
r51568 r53489 16 16 * @covers ::wp_send_user_request 17 17 */ 18 class Tests_User_ WpSendUserRequest extends WP_UnitTestCase {18 class Tests_User_wpSendUserRequest extends WP_UnitTestCase { 19 19 20 20 /** -
trunk/tests/phpunit/tests/user/wpSetCurrentUser.php
r49603 r53489 4 4 * @group user 5 5 */ 6 class Tests_User_ WpSetCurrentUser extends WP_UnitTestCase {6 class Tests_User_wpSetCurrentUser extends WP_UnitTestCase { 7 7 protected static $user_id; 8 8 protected static $user_id2;
Note: See TracChangeset
for help on using the changeset viewer.