Changeset 13314 for trunk/tests/phpunit/testcases/groups/template.php
- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/template.php
r13097 r13314 6 6 class BP_Tests_Groups_Template extends BP_UnitTestCase { 7 7 8 public function set Up() {9 parent::set Up();8 public function set_up() { 9 parent::set_up(); 10 10 11 11 if ( isset( $GLOBALS['groups_template'] ) ) { … … 14 14 } 15 15 16 public function tear Down() {16 public function tear_down() { 17 17 if ( $this->groups_template ) { 18 18 $GLOBALS['groups_template'] = $this->groups_template; 19 19 } 20 20 21 parent::tear Down();21 parent::tear_down(); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.