Tests: Update the test for `pre_wp_setup_nav_menu_item` filter.

This ensures that not only is the filter applied in `wp_setup_nav_menu_item()`, but also the actual output is tested.

Follow-up to [55867], [55868].

Props azaozz, ugyensupport.
Fixes #56577.
Built from https://develop.svn.wordpress.org/trunk@55979


git-svn-id: http://core.svn.wordpress.org/trunk@55491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-06-22 05:55:19 +00:00
parent c176dfe21e
commit d28b747cfd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55978';
$wp_version = '6.3-alpha-55979';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.