wordpress-develop/tests/phpunit/tests/comment
2015-09-14 22:38:02 +00:00
..
checkComment.php Add tests for check_comment(). 2015-05-20 19:08:07 +00:00
commentForm.php In comment_form(), ensure that filtered arguments contain all required default values. 2015-05-19 01:03:39 +00:00
dateQuery.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getCommentCount.php Comments: wp_count_comments() can use get_comment_count() internally to makes its DB query, provided that get_comment_count() returns more properties. 2015-08-31 18:50:12 +00:00
getCommentsPagesCount.php Pinking shears in unit test files. 2015-03-05 13:14:28 +00:00
getPageOfComment.php Add basic unit tests for get_page_of_comment(). 2015-01-29 02:30:22 +00:00
metaCache.php After [33925], rename the unit test class to Tests_Comment_Meta_Cache to avoid collisions on the PHP 5.2 superhighway. 2015-09-05 22:29:59 +00:00
query.php In WP_Comment_Query, parse meta_query vars after the pre_get_comments hook. 2015-06-23 14:35:29 +00:00
slashes.php Fix typo in a comment in slashing tests. 2015-01-07 07:08:47 +00:00
template.php Allow get_comments_number() to officially accept $post or $post_id. Adds unit tests. 2014-05-23 17:43:03 +00:00
walker.php Ensure that a has_children parameter is given to Walker::start_el(). 2014-06-24 17:05:56 +00:00
wpCountComments.php Ensure that the count cache for all is in sync with comment-{$post_id} values. These are the values most often relied-upon by the list table for comments. 2015-09-14 22:38:02 +00:00