eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Compiler\HttpCachePassTest::testProcessVarnishProxyNotRegistered PHP 메소드

testProcessVarnishProxyNotRegistered() 공개 메소드

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