eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\Parser\ViewTest::testBlockView PHP Method

testBlockView() public method

public testBlockView ( )
    public function testBlockView()
    {
        $this->load();
        $this->assertConfigResolverParameterValue('block_view', array('block' => $this->config['system']['ezdemo_frontend_group']['block_view']), 'ezdemo_site', false);
        $this->assertConfigResolverParameterValue('block_view', array('block' => $this->config['system']['ezdemo_frontend_group']['block_view']), 'fre', false);
        $this->assertConfigResolverParameterValue('block_view', array(), 'ezdemo_site_admin', false);
    }