Changeset 13314 for trunk/tests/phpunit/testcases/routing/members.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/members.php
r12328 r13314 7 7 protected $old_current_user = 0; 8 8 9 public function set Up() {10 parent::set Up();9 public function set_up() { 10 parent::set_up(); 11 11 12 12 buddypress()->members->types = array(); … … 15 15 } 16 16 17 public function tear Down() {17 public function tear_down() { 18 18 $this->set_current_user( $this->old_current_user ); 19 parent::tear Down();19 parent::tear_down(); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.