- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/class-bp-signup.php
r13120 r13314 9 9 protected $signup_allowed; 10 10 11 public function set Up() {11 public function set_up() { 12 12 13 13 if ( is_multisite() ) { … … 19 19 } 20 20 21 parent::set Up();22 } 23 24 public function tear Down() {21 parent::set_up(); 22 } 23 24 public function tear_down() { 25 25 if ( is_multisite() ) { 26 26 update_site_option( 'registration', $this->signup_allowed ); … … 29 29 } 30 30 31 parent::tear Down();31 parent::tear_down(); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.