Skip to content

Commit

Permalink
test remove phpunit polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Mar 12, 2024
1 parent 1e17256 commit 7552a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WordPress/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7552a3e

Please sign in to comment.