PHP Class Symfony\Component\Form\Tests\FormBuilderTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo Open project: symfony/symfony

Public Methods

Method Description
testAdd ( )
testAddButton ( )
testAddFormType ( )
testAddIntegerName ( )
testAddIsFluent ( )
testAddNameNoStringAndNoInteger ( )
testAddTypeNoString ( )
testAddWithGuessFluent ( )
testAll ( )
testCreateNoTypeNo ( )
testGetExplicitType ( )
testGetFormConfigErasesReferences ( )
testGetGuessedType ( )
testGetUnknown ( )
testMaintainOrderOfLazyAndExplicitChildren ( ) * https://github.com/symfony/symfony/issues/4693
testNoSetName ( ) Changing the name is not allowed, otherwise the name and property path are not synchronized anymore.
testRemove ( )
testRemoveAndGetForm ( ) https://github.com/symfony/symfony/pull/4826
testRemoveUnknown ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Private Methods

Method Description
getFormBuilder ( $name = 'name' )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testAdd() public method

public testAdd ( )

testAddButton() public method

public testAddButton ( )

testAddFormType() public method

public testAddFormType ( )

testAddIntegerName() public method

public testAddIntegerName ( )

testAddIsFluent() public method

public testAddIsFluent ( )

testAddNameNoStringAndNoInteger() public method

testAddTypeNoString() public method

public testAddTypeNoString ( )

testAddWithGuessFluent() public method

testAll() public method

public testAll ( )

testCreateNoTypeNo() public method

public testCreateNoTypeNo ( )

testGetExplicitType() public method

public testGetExplicitType ( )

testGetFormConfigErasesReferences() public method

testGetGuessedType() public method

public testGetGuessedType ( )

testGetUnknown() public method

public testGetUnknown ( )

testMaintainOrderOfLazyAndExplicitChildren() public method

* https://github.com/symfony/symfony/issues/4693

testNoSetName() public method

Changing the name is not allowed, otherwise the name and property path are not synchronized anymore.
See also: FormType::buildForm()
public testNoSetName ( )

testRemove() public method

public testRemove ( )

testRemoveAndGetForm() public method

https://github.com/symfony/symfony/pull/4826

testRemoveUnknown() public method

public testRemoveUnknown ( )