Changeset 53863 for trunk/tests/phpunit/tests/comment/metaCache.php
- Timestamp:
- 08/08/2022 11:12:30 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/metaCache.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/metaCache.php
r51331 r53863 1 1 <?php 2 2 /** 3 * @group comment 4 */ 3 5 class Tests_Comment_Meta_Cache extends WP_UnitTestCase { 4 6 protected $i = 0; … … 7 9 /** 8 10 * @ticket 16894 11 * 12 * @covers ::update_comment_meta 9 13 */ 10 14 public function test_update_comment_meta_cache_should_default_to_true() { … … 37 41 /** 38 42 * @ticket 16894 43 * 44 * @covers ::update_comment_meta 39 45 */ 40 46 public function test_update_comment_meta_cache_true() { … … 68 74 /** 69 75 * @ticket 16894 76 * 77 * @covers ::update_comment_meta 70 78 */ 71 79 public function test_update_comment_meta_cache_false() { … … 96 104 /** 97 105 * @ticket 16894 106 * 107 * @covers ::get_comment_meta 98 108 */ 99 109 public function test_comment_meta_should_be_lazy_loaded_for_all_comments_in_comments_template() { … … 131 141 /** 132 142 * @ticket 34047 143 * 144 * @covers ::get_comment_meta 133 145 */ 134 146 public function test_comment_meta_should_be_lazy_loaded_in_comment_feed_queries() { … … 179 191 /** 180 192 * @ticket 34047 193 * 194 * @covers ::get_comment_meta 181 195 */ 182 196 public function test_comment_meta_should_be_lazy_loaded_in_single_post_comment_feed_queries() { … … 228 242 /** 229 243 * @ticket 44467 244 * 245 * @covers ::add_metadata 230 246 */ 231 247 public function test_add_metadata_sets_comments_last_changed() { … … 240 256 /** 241 257 * @ticket 44467 258 * 259 * @covers ::update_metadata 242 260 */ 243 261 public function test_update_metadata_sets_comments_last_changed() { … … 252 270 /** 253 271 * @ticket 44467 272 * 273 * @covers ::delete_metadata 254 274 */ 255 275 public function test_delete_metadata_sets_comments_last_changed() {
Note: See TracChangeset
for help on using the changeset viewer.