From 7cdb642610c875f102d353258b187db39c7761f9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Dec 2019 03:20:59 +0000 Subject: [PATCH] Tests: Remove unused cache keys from `data_get_site_caches()`. Follow-up to [46990]. See #40363. git-svn-id: https://develop.svn.wordpress.org/trunk@46991 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/multisite/site.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/tests/multisite/site.php b/tests/phpunit/tests/multisite/site.php index f0aa28a06d..6e94fe28b3 100644 --- a/tests/phpunit/tests/multisite/site.php +++ b/tests/phpunit/tests/multisite/site.php @@ -1287,8 +1287,6 @@ if ( is_multisite() ) : array( '%blog_id%' . 'short', 'blog-details' ), array( '%domain_path_key%', 'blog-lookup' ), array( '%domain_path_key%', 'blog-id-cache' ), - array( 'current_blog_%domain%', 'site-options' ), - array( 'current_blog_%domain%%path%', 'site-options' ), ); }