- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/template/bpGroupStatusMessage.php
r13085 r13314 9 9 private $groups_template = null; 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 $this->current_user = bp_loggedin_user_id(); 14 14 $this->set_current_user( 0 ); … … 19 19 } 20 20 21 public function tear Down() {21 public function tear_down() { 22 22 $this->set_current_user( $this->current_user ); 23 23 if ( $this->groups_template ) { … … 25 25 } 26 26 27 parent::tear Down();27 parent::tear_down(); 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.