- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-walker-nav-menu.php
r12498 r13314 8 8 protected $user_id; 9 9 10 public function set Up() {11 parent::set Up();10 public function set_up() { 11 parent::set_up(); 12 12 13 13 $this->reset_user_id = get_current_user_id(); … … 17 17 } 18 18 19 public function tear Down() {20 parent::tear Down();19 public function tear_down() { 20 parent::tear_down(); 21 21 $this->set_current_user( $this->reset_user_id ); 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.