Changeset 56766
- Timestamp:
- 10/03/2023 03:42:06 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/primePostParentsCaches.php
r56763 r56766 100 100 $this->assertSame( 1, $num_queries, 'Unexpected number of queries on second run' ); 101 101 $this->assertSameSets( array( self::$posts[1] ), wp_cache_get_multiple( array( $page_id ), 'post_parent' ), 'Array of parent ids with post 1 as parent' ); 102 103 102 } 104 103
Note: See TracChangeset
for help on using the changeset viewer.