Changeset 48939 for trunk/tests/phpunit/tests/customize/nav-menus.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/nav-menus.php
r48937 r48939 443 443 ); 444 444 445 $this->assert EqualSets( $expected, $results[0] );445 $this->assertSameSets( $expected, $results[0] ); 446 446 } 447 447 … … 1024 1024 $posts = array_map( 'get_post', $drafted_post_ids ); 1025 1025 $post_names = wp_list_pluck( $posts, 'post_name' ); 1026 $this->assert EqualSets( $post_names, array_unique( $post_names ) );1026 $this->assertSameSets( $post_names, array_unique( $post_names ) ); 1027 1027 } 1028 1028
Note: See TracChangeset
for help on using the changeset viewer.