wordpress-develop/tests/phpunit/tests/user
Sergey Biryukov a1cf525cd6 Docs: Correct the WP_User Query location reference in query cache tests.
Follow-up to [1047/tests], [33749], [55657].

See #59651.

git-svn-id: https://develop.svn.wordpress.org/trunk@57325 602fd350-edb4-49c9-b593-d223f7449a82
2024-01-22 19:40:18 +00:00
..
capabilities.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
countUserPosts.php Tests: Replace some occurrences of assertEquals() with assertSame(). 2022-10-07 01:02:07 +00:00
countUsers.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
dateQuery.php Tests: Introduce assertSameSets() and assertSameSetsWithIndex(), and use them where appropriate. 2020-09-04 07:01:00 +00:00
getActiveBlogForUser.php Tests: Rename classes in phpunit/tests/user/ per the naming conventions. 2022-06-11 15:48:31 +00:00
getTheAuthor.php Code Modernization: Correct fallback return value in get_the_author(). 2023-05-14 17:56:26 +00:00
getTheAuthorLink.php Tests: Split the tests from user/author.php into individual test classes. 2023-05-13 13:33:33 +00:00
getTheAuthorMeta.php Code Modernization: Correct fallback return value in get_the_author(). 2023-05-14 17:56:26 +00:00
getTheAuthorPosts.php Tests: Split the tests from user/author.php into individual test classes. 2023-05-13 13:33:33 +00:00
getTheAuthorPostsLink.php Code Modernization: Correct fallback return value in get_the_author(). 2023-05-14 17:56:26 +00:00
getTheModifiedAuthor.php Code Modernization: Correct fallback return value in get_the_author(). 2023-05-14 17:56:26 +00:00
getUserCount.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
mapMetaCap.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
multisite.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
passwordHash.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
query.php Docs: Correct the WP_User Query location reference in query cache tests. 2024-01-22 19:40:18 +00:00
queryCache.php Docs: Correct the WP_User Query location reference in query cache tests. 2024-01-22 19:40:18 +00:00
retrievePassword.php Coding Standards: Include one space after function keyword for closures. 2023-09-12 15:21:02 +00:00
session.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
slashes.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
updateUserCaches.php Tests: Use assertInstanceOf() instead of assertTrue() in some tests. 2021-05-18 21:04:31 +00:00
wpAuthenticateSpamCheck.php Tests: Rename classes in phpunit/tests/user/ per the naming conventions. 2022-06-11 15:48:31 +00:00
wpDeleteUser.php Tests: Rename classes in phpunit/tests/user/ per the naming conventions. 2022-06-11 15:48:31 +00:00
wpDropdownUsers.php Tests: Use the factory method instead of the property. 2022-09-06 22:09:49 +00:00
wpGetUsersWithNoRole.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
wpListAuthors.php Users: Use a separate variable for the post counts query in wp_list_authors(). 2023-03-01 15:37:06 +00:00
wpListUsers.php Tests: Rename classes in phpunit/tests/user/ per the naming conventions. 2022-06-11 15:48:31 +00:00
wpRegisterPersistedPreferencesMeta.php Revisions: framework for storing post meta revisions. 2023-09-26 15:30:34 +00:00
wpSendUserRequest.php Tests: Merge file-level and class-level DocBlocks in various unit test files. 2023-02-14 16:10:13 +00:00
wpSetCurrentUser.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00