eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\EzPublishCoreExtensionTest::cacheConfigurationProvider PHP Method

cacheConfigurationProvider() public method

    public function cacheConfigurationProvider()
    {
        return array(array(array(), 'ezpublish.http_cache.purge_client.local', 1), array(array('http_cache' => array('purge_type' => 'local')), 'ezpublish.http_cache.purge_client.local'), array(array('http_cache' => array('purge_type' => 'multiple_http')), 'ezpublish.http_cache.purge_client.fos'), array(array('http_cache' => array('purge_type' => 'single_http')), 'ezpublish.http_cache.purge_client.fos'), array(array('http_cache' => array('purge_type' => 'http')), 'ezpublish.http_cache.purge_client.fos'));
    }