protected function ChainCacheClearerTest::getMockClearer

2 calls to ChainCacheClearerTest::getMockClearer()
ChainCacheClearerTest::testInjectClearersInConstructor in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php
ChainCacheClearerTest::testInjectClearerUsingAdd in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php

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');
}