$this->response =
new ProductListingRouteResponse( new ProductListingResult( 'entity',
1,
new ProductCollection(),
null,
new Criteria(),
Context::
createDefaultContext() ) );
$this->cachedRoute =
new CachedProductListingRoute( $this->decorated,
$this->cache,
$this->
createMock(EntityCacheKeyGenerator::
class),
$this->
createMock(AbstractCacheTracer::
class),
$this->eventDispatcher,
[] );
} public function testLoadWithDisabledCacheWillCallDecoratedRoute(): void
{