wordpress-develop/tests/phpunit/tests/comment
Boone Gorges 2828042b6e Make sure permastruct is set in comments_template() tests.
After [34735].

git-svn-id: https://develop.svn.wordpress.org/trunk@34741 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-01 12:26:33 +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
commentsTemplate.php Make sure permastruct is set in comments_template() tests. 2015-10-01 12:26:33 +00:00
dateQuery.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getCommentClass.php Bail early when invalid ID is passed to get_comment_class(). 2015-09-23 14:08:47 +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
getCommentExcerpt.php Comments: add a 'comment_excerpt_length' filter to get_comment_excerpt(). 2015-09-24 21:04:16 +00:00
getCommentLink.php Ensure that comment permalinks reflect pagination. 2015-10-01 05:12:39 +00:00
getCommentsPagesCount.php Force comment pagination on single posts. 2015-09-25 20:39:18 +00:00
getPageOfComment.php Use correct 'page_id' parameter in get_page_of_comment(). 2015-09-28 15:09:34 +00:00
metaCache.php Improve lazyloading of comment meta in WP_Query loops. 2015-09-30 01:34:54 +00:00
query.php Improve post field lazyloading for comments. 2015-09-26 16:01:05 +00:00
slashes.php Missed files from [34172]. 2015-09-15 08:08:15 +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 In _wp_ajax_delete_comment_response(), read the new 'all' prop returned by get_comment_count() via wp_count_comments() when setting $total. 'all' doesn't include spam in its count. 2015-09-15 01:46:51 +00:00