Home
last modified time | relevance | path

Searched refs:NullAdapter (Results 1 – 5 of 5) sorted by relevance

/webtrees/tests/app/
H A DDefaultUserTest.php25 use Symfony\Component\Cache\Adapter\NullAdapter; alias
40 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
H A DUserTest.php26 use Symfony\Component\Cache\Adapter\NullAdapter; alias
41 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
H A DTreeTest.php31 use Symfony\Component\Cache\Adapter\NullAdapter; alias
53 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
/webtrees/tests/app/Services/
H A DUserServiceTest.php26 use Symfony\Component\Cache\Adapter\NullAdapter; alias
41 $cache_factory->method('array')->willReturn(new Cache(new NullAdapter()));
/webtrees/app/Report/
H A DReportParserGenerate.php44 use Symfony\Component\Cache\Adapter\NullAdapter; alias
1501 $expression_cache = new NullAdapter();
1574 $expression_cache = new NullAdapter();