wordpress-develop/tests/phpunit/tests/user
2015-01-16 01:48:36 +00:00
..
author.php Pass post type to count_user_posts() in get_the_author_posts(). 2015-01-08 19:52:52 +00:00
capabilities.php In WP_User, ->get_role_caps() and ->update_user_level_from_caps() must be called inside ->add_cap() and ->remove_cap() after updating user meta. ->has_cap() checks are currently failing directly after calling ->add_cap(). 2015-01-16 01:48:36 +00:00
countUserPosts.php Declare user_email when setting up fixtures for count_user_posts() tests. 2014-11-22 15:04:07 +00:00
dateQuery.php Support date_query by user_registered in WP_User_Query. 2014-10-17 01:36:36 +00:00
listAuthors.php Generate fewer default posts in wp_list_authors() tests. 2014-10-23 01:14:24 +00:00
mapMetaCap.php Don't default to current user for capability checks when dealing with a post without an author (post_author = 0). 2014-03-04 03:08:54 +00:00
multisite.php Improve and reduce tests for get_blogs_of_user() 2014-10-17 03:01:21 +00:00
query.php Use a nested meta query when querying by role in WP_User_Query. 2014-10-29 21:40:04 +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