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