eZ\Bundle\EzPublishCoreBundle\Tests\Cache\Http\VarnishProxyClientFactoryTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->configResolver = $this->getMock('\\eZ\\Publish\\Core\\MVC\\ConfigResolverInterface');
        $this->proxyClientClass = '\\FOS\\HttpCache\\ProxyClient\\Varnish';
        $this->factory = new VarnishProxyClientFactory($this->configResolver, new DynamicSettingParser(), $this->proxyClientClass);
    }