PHP 클래스 Symfony\Component\Form\Tests\FormBuilderTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

비공개 메소드들

메소드 설명
getFormBuilder ( $name = 'name' )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testAdd() 공개 메소드

public testAdd ( )

testAddButton() 공개 메소드

public testAddButton ( )

testAddFormType() 공개 메소드

public testAddFormType ( )

testAddIntegerName() 공개 메소드

public testAddIntegerName ( )

testAddIsFluent() 공개 메소드

public testAddIsFluent ( )

testAddNameNoStringAndNoInteger() 공개 메소드

testAddTypeNoString() 공개 메소드

public testAddTypeNoString ( )

testAddWithGuessFluent() 공개 메소드

testAll() 공개 메소드

public testAll ( )

testCreateNoTypeNo() 공개 메소드

public testCreateNoTypeNo ( )

testGetExplicitType() 공개 메소드

public testGetExplicitType ( )

testGetFormConfigErasesReferences() 공개 메소드

testGetGuessedType() 공개 메소드

public testGetGuessedType ( )

testGetUnknown() 공개 메소드

public 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.
또한 보기: FormType::buildForm()
public testNoSetName ( )

testRemove() 공개 메소드

public testRemove ( )

testRemoveAndGetForm() 공개 메소드

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

testRemoveUnknown() 공개 메소드

public testRemoveUnknown ( )