Changeset 13314 for trunk/tests/phpunit/testcases/routing/groups.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/groups.php
r11737 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() {18 parent::tear Down();17 public function tear_down() { 18 parent::tear_down(); 19 19 $this->set_current_user( $this->old_current_user ); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.