Changeset 13314 for trunk/tests/phpunit/testcases/core/nav/backCompat.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/nav/backCompat.php
r11737 r13314 11 11 protected $bp_options_nav; 12 12 13 public function set Up() {14 parent::set Up();13 public function set_up() { 14 parent::set_up(); 15 15 $this->bp_nav = buddypress()->bp_nav; 16 16 $this->bp_options_nav = buddypress()->bp_options_nav; 17 17 } 18 18 19 public function tear Down() {19 public function tear_down() { 20 20 buddypress()->bp_nav = $this->bp_nav; 21 21 buddypress()->bp_options_nav = $this->bp_options_nav; 22 parent::tear Down();22 parent::tear_down(); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.