diff --git a/plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php b/plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php index 579e82f5437..e35635db506 100644 --- a/plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php +++ b/plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php @@ -1,7 +1,11 @@ asset_api = Package::container()->get( API::class ); + $this->registry = new AssetDataRegistryMock( $this->asset_api ); + $this->integration_registry = new IntegrationRegistry(); + } + /** * Checks the local pickup title is updated when the Checkout block is saved. * @return void