wordpress-develop/tests/phpunit/tests/user
2016-10-21 14:11:10 +00:00
..
author.php Unit Tests: prevent rewrite spillage from @group author unit tests. 2016-04-22 23:47:27 +00:00
capabilities.php Role/Capability: Add tests for the exist user capability. 2016-10-21 14:11:10 +00:00
countUserPosts.php Unit Tests: 2016-08-27 08:35:16 +00:00
countUsers.php Ensure the count for users with no role remains accurate when users with multiple roles are present. 2015-11-19 17:10:47 +00:00
dateQuery.php Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop. 2015-10-17 18:02:16 +00:00
listAuthors.php Unit Tests: 2016-08-27 08:35:16 +00:00
mapMetaCap.php Role/Capability: Only users who can manage options should be able to trash/delete the page for posts or the front page, as they are the only users who can restore it or subsequently alter the "Front page displays" setting. 2016-08-26 18:22:28 +00:00
multisite.php Tests: Reduce unnecessary count in create_many() in multisite user tests 2016-04-27 06:32:47 +00:00
query.php Query: Add nicename and login params to user query. 2016-10-04 02:26:26 +00:00
session.php Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop. 2015-10-17 18:02:16 +00:00
slashes.php Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static). 2015-10-17 19:24:20 +00:00
updateUserCaches.php Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop. 2015-10-17 18:02:16 +00:00
wpAuthenticateSpamCheck.php Users: Provide a full user object when checking for a spammy multisite user 2016-04-27 05:35:37 +00:00
wpDeleteUser.php Unit Tests: Change some @group annotations to @ticket. 2016-07-04 20:24:52 +00:00
wpDropdownUsers.php Allow 'role' parameters to be passed to wp_dropdown_users(). 2016-09-25 17:44:24 +00:00
wpGetUsersWithNoRole.php Users: Use the role name instead of the role display name when fetching the list of users with no role. This avoids false positives when dealing with user roles that, for example, contain spaces in the display name. 2016-10-14 12:04:50 +00:00
wpSetCurrentUser.php Unit Tests: 2016-08-27 08:35:16 +00:00