Changeset 42026 for trunk/tests/phpunit/tests/menu/nav-menu.php
- Timestamp:
- 10/25/2017 10:28:43 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/menu/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/nav-menu.php
r41811 r42026 173 173 174 174 $expected_nav_menu_locations = array( 175 ' main' => 1,176 ' primary' => 2,175 'primary' => 1, 176 'main' => 2, 177 177 ); 178 178 $this->assertEquals( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations );
Note: See TracChangeset
for help on using the changeset viewer.