Changeset 53483 for trunk/tests/phpunit/tests/post/updatePostCache.php
- Timestamp:
- 06/10/2022 03:15:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/updatePostCache.php
r53042 r53483 1 1 <?php 2 2 /** 3 * Test ` wp_update_cache()`.3 * Test `update_post_cache()`. 4 4 * 5 5 * @package WordPress … … 7 7 8 8 /** 9 * Test class for ` wp_update_cache()`.9 * Test class for `update_post_cache()`. 10 10 * 11 11 * @group post … … 19 19 * Post IDs from the shared fixture. 20 20 * 21 * @var array21 * @var int[] 22 22 */ 23 23 public static $post_ids;
Note: See TracChangeset
for help on using the changeset viewer.