Changeset 51568 for trunk/tests/phpunit/tests/menu/walker-nav-menu-edit.php
- Timestamp:
- 08/07/2021 10:29:41 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/walker-nav-menu-edit.php
r51566 r51568 8 8 protected $_wp_nav_menu_max_depth; 9 9 10 function set Up() {10 function set_up() { 11 11 global $_wp_nav_menu_max_depth; 12 12 13 parent::set Up();13 parent::set_up(); 14 14 15 15 /** Walker_Nav_Menu_Edit class */ … … 21 21 } 22 22 23 function tear Down() {23 function tear_down() { 24 24 global $_wp_nav_menu_max_depth; 25 25 26 26 $_wp_nav_menu_max_depth = $this->_wp_nav_menu_max_depth; 27 27 28 parent::tear Down();28 parent::tear_down(); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.