eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Compiler\HttpCachePassTest::testProcessVarnishProxyNotRegistered PHP Метод

testProcessVarnishProxyNotRegistered() публичный Метод

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