new PaymentMethodEntity(),
new ShippingMethodEntity(),
new ShippingLocation(new CountryEntity(), null, null
),
new CustomerEntity(),
new CashRoundingConfig(1, 1.1, true
),
new CashRoundingConfig(1, 1.1, true
) );
$this->response =
new LandingPageRouteResponse( new LandingPageEntity() );
$this->cachedRoute =
new CachedLandingPageRoute( $this->decorated,
$this->cache,
$this->
createMock(EntityCacheKeyGenerator::
class),
$this->
createMock(AbstractCacheTracer::
class),
$this->eventDispatcher,
[] );
} public function testLoadWithDisabledCacheWillCallDecoratedRoute(): void
{