Changeset 12245 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 10/05/2018 04:44:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r12244 r12245 496 496 /** 497 497 * @group bp_core_activate_signup 498 * @expectedDeprecated wpmu_new_blog499 498 */ 500 499 public function test_bp_core_activate_signup_password() { … … 517 516 518 517 if ( is_multisite() ) { 518 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 519 519 520 $signups['ms-blog'] = array( 'signup_id' => self::factory()->signup->create( array( 520 521 'user_login' => 'msblog',
Note: See TracChangeset
for help on using the changeset viewer.