From fbf974a96244cd2905fba813de2a0ab470c0ffc8 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 15 Sep 2014 18:05:06 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/ms.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/phpunit/tests/ms.php b/tests/phpunit/tests/ms.php index b2ad547243..dc968dde78 100644 --- a/tests/phpunit/tests/ms.php +++ b/tests/phpunit/tests/ms.php @@ -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' => '/' ),