From 2488b6df07aaee76b55b1042c945fd9cdbf542cc Mon Sep 17 00:00:00 2001 From: lucatume Date: Tue, 23 Jan 2024 08:16:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20PHPCBF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TestCase/WPTestCase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/TestCase/WPTestCase.php b/src/TestCase/WPTestCase.php index 2935bcd12..735da5615 100644 --- a/src/TestCase/WPTestCase.php +++ b/src/TestCase/WPTestCase.php @@ -172,8 +172,7 @@ public static function setUpBeforeClass(): void protected function backupAdditionalGlobals(): void { - foreach ( - [ + foreach ([ '_wp_registered_theme_features' ] as $key ) {