diff --git a/src/TestCase/WPTestCase.php b/src/TestCase/WPTestCase.php index 521454521..4cb9594fa 100644 --- a/src/TestCase/WPTestCase.php +++ b/src/TestCase/WPTestCase.php @@ -135,6 +135,7 @@ class WPTestCase extends Unit protected $backupStaticAttributesExcludeList = [ // WordPress 'WP_Block_Type_Registry' => ['instance'], + 'WP_Block_Bindings_Registry' => ['instance'], // wp-browser 'lucatume\WPBrowser\Events\Dispatcher' => ['eventDispatcher'], self::class => ['coreTestCaseMap'],