File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php, line 54
Class
- ChainCacheClearerTest
Namespace
Symfony\Component\HttpKernel\Tests\CacheClearer
Code
protected function getMockClearer() {
return $this
->getMock('Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface');
}