PHP Class Symfony\Component\Form\Tests\Extension\DataCollector\FormDataCollectorTest

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

Public Methods

Method Description
testBuildFinalFormTree ( )
testBuildMultiplePreliminaryFormTrees ( )
testBuildPreliminaryFormTree ( )
testBuildPreliminaryFormTreeWithoutCollectingAnyData ( )
testBuildSamePreliminaryFormTreeMultipleTimes ( )
testChildViewsCanBeWithoutCorrespondingChildForms ( )
testChildViewsWithoutCorrespondingChildFormsMayBeExplicitlyAssociated ( )
testCollectSubmittedDataCountsErrors ( )
testCollectSubmittedDataExpandedFormsErrors ( )
testFinalFormReliesOnFormViewStructure ( )
testSerializeWithFormAddedMultipleTimes ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
createForm ( $name )

Method Details

setUp() protected method

protected setUp ( )

testBuildFinalFormTree() public method

testBuildMultiplePreliminaryFormTrees() public method

testBuildPreliminaryFormTree() public method

testBuildPreliminaryFormTreeWithoutCollectingAnyData() public method

testBuildSamePreliminaryFormTreeMultipleTimes() public method

testChildViewsCanBeWithoutCorrespondingChildForms() public method

testChildViewsWithoutCorrespondingChildFormsMayBeExplicitlyAssociated() public method

testCollectSubmittedDataCountsErrors() public method

testCollectSubmittedDataExpandedFormsErrors() public method

testFinalFormReliesOnFormViewStructure() public method

testSerializeWithFormAddedMultipleTimes() public method