Changeset 12245 for trunk/tests/phpunit/testcases/routing/url.php
- Timestamp:
- 10/05/2018 04:44:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/url.php
r12243 r12245 4 4 */ 5 5 class BP_Tests_URL extends BP_UnitTestCase { 6 /**7 * @expectedDeprecated wpmu_new_blog8 */9 6 function test_bp_core_ajax_url() { 10 7 $forced = force_ssl_admin(); … … 45 42 // (3) Multisite, root blog other than 1 46 43 if ( is_multisite() ) { 44 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 45 47 46 $original_root_blog = bp_get_root_blog_id(); 48 47 $blog_id = self::factory()->blog->create( array(
Note: See TracChangeset
for help on using the changeset viewer.