eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Compiler\HttpCachePassTest::testProcessVarnishProxyNotRegistered PHP Method

testProcessVarnishProxyNotRegistered() public method

    public function testProcessVarnishProxyNotRegistered()
    {
        $this->setDefinition('ezpublish.http_cache.cache_manager', new Definition());
        $this->compile();
    }