Searched refs:NullAdapter (Results 1 – 5 of 5) sorted by relevance
25 use Symfony\Component\Cache\Adapter\NullAdapter; alias40 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
26 use Symfony\Component\Cache\Adapter\NullAdapter; alias41 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
31 use Symfony\Component\Cache\Adapter\NullAdapter; alias53 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
44 use Symfony\Component\Cache\Adapter\NullAdapter; alias1501 $expression_cache = new NullAdapter();1574 $expression_cache = new NullAdapter();