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