eZ\Publish\Core\MVC\Symfony\Cache\Tests\Http\InstantCachePurgerTest::setUp PHP Метод

setUp() защищенный Метод

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->purgeClient = $this->getMock('\\eZ\\Publish\\Core\\MVC\\Symfony\\Cache\\PurgeClientInterface');
        $this->contentService = $this->getMock('\\eZ\\Publish\\API\\Repository\\ContentService');
        $this->eventDispatcher = $this->getMock('\\Symfony\\Component\\EventDispatcher\\EventDispatcherInterface');
    }