PHP Class Symfony\Component\Form\Tests\Extension\Csrf\EventListener\CsrfValidationListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Protected Properties

Property Type Description
$dispatcher
$factory
$form
$tokenManager

Public Methods

Method Description
testMaxPostSizeExceeded ( )
testStringFormData ( ) https://github.com/symfony/symfony/pull/5838

Protected Methods

Method Description
getBuilder ( $name = 'name' )
getDataMapper ( )
getForm ( $name = 'name' )
getMockForm ( )
setUp ( )
tearDown ( )

Method Details

getBuilder() protected method

protected getBuilder ( $name = 'name' )

getDataMapper() protected method

protected getDataMapper ( )

getForm() protected method

protected getForm ( $name = 'name' )

getMockForm() protected method

protected getMockForm ( )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testMaxPostSizeExceeded() public method

testStringFormData() public method

https://github.com/symfony/symfony/pull/5838
public testStringFormData ( )

Property Details

$dispatcher protected property

protected $dispatcher

$factory protected property

protected $factory

$form protected property

protected $form

$tokenManager protected property

protected $tokenManager