After [29200] and [29250], `Tests_MS::test_multisite_bootstrap()` should no longer have the `@expectedDeprecated` annotation.

git-svn-id: https://develop.svn.wordpress.org/trunk@29747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-09-15 18:05:06 +00:00
parent fd0b0d5f4f
commit fbf974a962
1 changed files with 1 additions and 3 deletions

View File

@ -1413,11 +1413,9 @@ class Tests_MS extends WP_UnitTestCase {
/**
* @ticket 27884
*
* @expectedDeprecated define()
*/
function test_multisite_bootstrap() {
global $current_site, $current_blog;
global $current_blog;
$network_ids = array(
'wordpress.org/' => array( 'domain' => 'wordpress.org', 'path' => '/' ),