Changeset 53510 for trunk/tests/phpunit/tests/post/nav-menu.php
- Timestamp:
- 06/15/2022 02:42:58 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/nav-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/nav-menu.php
r53509 r53510 231 231 $args = $action->get_args(); 232 232 $last = end( $args ); 233 $this->assert EqualSets( array( $post_id ), $last[1], '_prime_post_caches() was not executed.' );233 $this->assertSameSets( array( $post_id ), $last[1], '_prime_post_caches() was not executed.' ); 234 234 } 235 235 … … 263 263 $args = $action->get_args(); 264 264 $last = end( $args ); 265 $this->assert EqualSets( array( $term_id ), $last[1], '_prime_term_caches() was not executed.' );265 $this->assertSameSets( array( $term_id ), $last[1], '_prime_term_caches() was not executed.' ); 266 266 } 267 267
Note: See TracChangeset
for help on using the changeset viewer.