Changeset 54890 for trunk/tests/phpunit/tests/menu/wp-nav-menu.php
- Timestamp:
- 11/29/2022 12:40:08 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/menu/wp-nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/wp-nav-menu.php
r54801 r54890 8 8 class Tests_Menu_wpNavMenu extends WP_UnitTestCase { 9 9 10 static $menu_id = 0;11 static $lvl0_menu_item = 0;12 static $lvl1_menu_item = 0;13 static $lvl2_menu_item = 0;14 static $lvl3_menu_item = 0;10 private static $menu_id = 0; 11 private static $lvl0_menu_item = 0; 12 private static $lvl1_menu_item = 0; 13 private static $lvl2_menu_item = 0; 14 private static $lvl3_menu_item = 0; 15 15 16 16 public static function set_up_before_class() {
Note: See TracChangeset
for help on using the changeset viewer.