Changeset 51568 for trunk/tests/phpunit/tests/menu/walker-nav-menu.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/walker-nav-menu.php
r50449 r51568 14 14 * Setup. 15 15 */ 16 public function set Up() {16 public function set_up() { 17 17 global $_wp_nav_menu_max_depth; 18 18 19 parent::set Up();19 parent::set_up(); 20 20 21 21 /** Walker_Nav_Menu class */ … … 29 29 * Tear down 30 30 */ 31 public function tear Down() {31 public function tear_down() { 32 32 global $_wp_nav_menu_max_depth; 33 33 34 34 $_wp_nav_menu_max_depth = $this->_wp_nav_menu_max_depth; 35 parent::tear Down();35 parent::tear_down(); 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.