new CurrencyEntity(),
new CustomerGroupEntity(),
new TaxCollection(),
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->cachedRout =
new CachedProductSuggestRoute( $this->decorated,
$this->cache,
$this->
createMock(EntityCacheKeyGenerator::
class),
$this->
createMock(AbstractCacheTracer::
class),
$this->eventDispatcher,
[] );
} public function testLoadWithDisabledCacheWillCallDecoratedRoute(): void
{