PHP Class Symfony\Bridge\Doctrine\Tests\Form\EventListener\MergeDoctrineCollectionListenerTest

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

Public Methods

Method Description
testLegacyChildClassOnSubmitCallParent ( )
testOnSubmitDoNothing ( )
testOnSubmitNullClearCollection ( )

Protected Methods

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

Method Details

getBuilder() protected method

protected getBuilder ( $name = 'name' )

getForm() protected method

protected getForm ( $name = 'name' )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testLegacyChildClassOnSubmitCallParent() public method

testOnSubmitDoNothing() public method

testOnSubmitNullClearCollection() public method