Changeset 52010 for trunk/tests/phpunit/tests/menu/walker-nav-menu-edit.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/menu/walker-nav-menu-edit.php
r51568 r52010 8 8 protected $_wp_nav_menu_max_depth; 9 9 10 function set_up() {10 public function set_up() { 11 11 global $_wp_nav_menu_max_depth; 12 12 … … 21 21 } 22 22 23 function tear_down() {23 public function tear_down() { 24 24 global $_wp_nav_menu_max_depth; 25 25 … … 32 32 * @ticket 36729 33 33 */ 34 function test_original_title_prefix_should_not_be_shown_if_empty() {34 public function test_original_title_prefix_should_not_be_shown_if_empty() { 35 35 $expected = ''; 36 36
Note: See TracChangeset
for help on using the changeset viewer.