Changeset 56548 for trunk/tests/phpunit/tests/post/nav-menu.php
- Timestamp:
- 09/08/2023 10:01:14 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/nav-menu.php
r56513 r56548 58 58 $this->assertDoesNotMatchRegularExpression( '/\s<li.*>|<\/li>\s/U', $menu ); 59 59 $this->assertMatchesRegularExpression( '/><li.*>|<\/li></U', $menu ); 60 61 60 } 62 61 … … 216 215 $custom_item = array_pop( $custom_item ); 217 216 $this->assertSame( 'WordPress.org', $custom_item->title ); 218 219 217 } 220 218 … … 764 762 765 763 remove_filter( 'walker_nav_menu_start_el', array( $this, 'confirm_forth_param_args_object' ), 10, 4 ); 766 767 764 } 768 765
Note: See TracChangeset
for help on using the changeset viewer.