wordpress-develop/tests/phpunit/tests/user
2014-03-24 16:52:38 +00:00
..
author.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
capabilities.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
listAuthors.php Fix a swath of broken unit tests from Tests_User_ListAuthors. 2014-03-24 16:52:38 +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
query.php Make WP_User_Query::prepare_query() public by allowing it to be passed an array of args. Previously, if the WP_User_Query constructor was not passed args, the object was basically unusable. Adds unit tests, all other tests pass. 2014-02-17 21:40:04 +00:00
slashes.php Avoid undefined variable notice - wp_insert_user() expects user_pass to be passed to it. 2013-09-12 06:28:25 +00:00