Changeset 9223 for trunk/tests/phpunit/testcases/blogs/template.php
- Timestamp:
- 12/10/2014 12:14:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/template.php
r9220 r9223 121 121 */ 122 122 public function test_bp_signup_enabled_when_registration_setting_does_not_exist_should_default_to_true() { 123 $old_settings = $settings = buddypress()->site_options ['registration'];123 $old_settings = $settings = buddypress()->site_options; 124 124 if ( is_array( $settings['registration'] ) && isset( $settings['registration'] ) ) { 125 125 unset( $settings['registration'] );
Note: See TracChangeset
for help on using the changeset viewer.