Changeset 13314 for trunk/tests/phpunit/testcases/routing/root-profiles.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/root-profiles.php
r11737 r13314 9 9 protected $u; 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 14 14 add_filter( 'bp_core_enable_root_profiles', '__return_true' ); … … 23 23 } 24 24 25 public function tear Down() {26 parent::tear Down();25 public function tear_down() { 26 parent::tear_down(); 27 27 $this->set_current_user( $this->old_current_user ); 28 28 remove_filter( 'bp_core_enable_root_profiles', '__return_true' );
Note: See TracChangeset
for help on using the changeset viewer.