From 7552a3e8d362537e65bc8e5b58f9cdd4d153eb7e Mon Sep 17 00:00:00 2001 From: dimitri-bouteille Date: Tue, 12 Mar 2024 21:01:29 +0100 Subject: [PATCH] test remove phpunit polyfills --- tests/WordPress/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WordPress/Bootstrap.php b/tests/WordPress/Bootstrap.php index 55b60111..c96e9f8c 100644 --- a/tests/WordPress/Bootstrap.php +++ b/tests/WordPress/Bootstrap.php @@ -101,7 +101,7 @@ protected function initBoostrap(): void * @see https://github.com/WordPress/wordpress-develop/pull/1563/ * @todo Maybe check if composer installed */ - require_once __DIR__ . '/vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php'; + //require_once __DIR__ . '/vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php'; /** * We can safely load the bootstrap - already verifies it exists.