Changeset 48939 for trunk/tests/phpunit/tests/menu/nav-menu.php
- Timestamp:
- 09/04/2020 07:01:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/nav-menu.php
r48937 r48939 154 154 'main' => 1, 155 155 ); 156 $this->assert EqualSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations );156 $this->assertSameSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations ); 157 157 } 158 158 … … 202 202 'primary' => 1, 203 203 ); 204 $this->assert EqualSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations );204 $this->assertSameSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations ); 205 205 } 206 206 … … 229 229 ); 230 230 231 $this->assert EqualSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations );231 $this->assertSameSets( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations ); 232 232 } 233 233 }
Note: See TracChangeset
for help on using the changeset viewer.