wordpress-develop/tests/phpunit/tests/user
2015-10-15 18:47:11 +00:00
..
author.php Tests: Permalink Structures Phase II: DRY up logic for setting permalink structures in test methods. 2015-10-03 20:54:11 +00:00
capabilities.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:05:26 +00:00
countUserPosts.php Unit Tests: implement setUpBeforeClass() and tearDownAfterClass() on WP_UnitTestCase. Use late static binding (plus a gross fallback for PHP 5.2) to check if wpSetUpBeforeClass() or wpTearDownAfterClass() exist on the called class, and then call it and pass a static WP_UnitTest_Factory instance via Dependency Injection, if it exists. 2015-10-15 04:43:37 +00:00
countUsers.php Introduce the ability to filter the Users admin listing screen by users with no role, if such users exist. 2015-10-08 22:06:46 +00:00
dateQuery.php Support date_query by user_registered in WP_User_Query. 2014-10-17 01:36:36 +00:00
listAuthors.php Unit Tests: implement setUpBeforeClass() and tearDownAfterClass() on WP_UnitTestCase. Use late static binding (plus a gross fallback for PHP 5.2) to check if wpSetUpBeforeClass() or wpTearDownAfterClass() exist on the called class, and then call it and pass a static WP_UnitTest_Factory instance via Dependency Injection, if it exists. 2015-10-15 04:43:37 +00:00
mapMetaCap.php Add sanity checks in map_meta_cap(), return 'do_not_allow' when posts don't exist. 2015-09-14 04:43:48 +00:00
multisite.php Initialise $_SERVER[ 'REMOTE_ADDR' ] during the test bootstrap so individual tests need not. 2015-09-15 08:04:33 +00:00
query.php Fix incorrect variable name introduced in [35197]. 2015-10-15 18:47:11 +00:00
session.php Rename the public methods in the session tokens API. 2014-08-27 02:06:53 +00:00
slashes.php Fix typo in a comment in slashing tests. 2015-01-07 07:08:47 +00:00
updateUserCaches.php Handle WP_User objects properly in update_user_caches(). 2015-10-07 22:41:07 +00:00
wpDeleteUser.php Require numeric IDs in user deletion functions. 2015-09-11 02:24:03 +00:00
wpGetUsersWithNoRole.php Introduce the ability to filter the Users admin listing screen by users with no role, if such users exist. 2015-10-08 22:06:46 +00:00
wpSetCurrentUser.php Allow a null id to do a name lookup in wp_set_current_user(). 2015-10-08 17:28:34 +00:00