Nelmio\SecurityBundle\Tests\Listener\XssProtectionListenerTest::provideVariousConfigs PHP Method

provideVariousConfigs() public method

    public function provideVariousConfigs()
    {
        return array(array('0', new XssProtectionListener(false, false)), array('1', new XssProtectionListener(true, false)), array('0', new XssProtectionListener(false, true)), array('1; mode=block', new XssProtectionListener(true, true)));
    }