PHP 클래스 Symfony\Component\Form\Tests\Extension\Core\DataMapper\PropertyPathMapperTest

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

공개 메소드들

메소드 설명
testMapDataToFormsIgnoresEmptyPropertyPath ( )
testMapDataToFormsIgnoresUnmapped ( )
testMapDataToFormsPassesObjectCloneIfNotByReference ( )
testMapDataToFormsPassesObjectRefIfByReference ( )
testMapDataToFormsSetsDefaultDataIfPassedDataIsEmptyArray ( )
testMapDataToFormsSetsDefaultDataIfPassedDataIsNull ( )
testMapFormsToDataIgnoresDisabled ( )
testMapFormsToDataIgnoresEmptyData ( )
testMapFormsToDataIgnoresUnmapped ( )
testMapFormsToDataIgnoresUnsubmittedForms ( )
testMapFormsToDataIgnoresUnsynchronized ( )
testMapFormsToDataWritesBackIfByReferenceAndReference ( )
testMapFormsToDataWritesBackIfByReferenceButNoReference ( )
testMapFormsToDataWritesBackIfNotByReference ( )

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
getForm ( Symfony\Component\Form\FormConfigInterface $config, boolean $synchronized = true, boolean $submitted = true ) : PHPUnit_Framework_MockObject_MockObject
getPropertyPath ( $path ) : PHPUnit_Framework_MockObject_MockObject

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testMapDataToFormsIgnoresEmptyPropertyPath() 공개 메소드

testMapDataToFormsIgnoresUnmapped() 공개 메소드

testMapDataToFormsPassesObjectCloneIfNotByReference() 공개 메소드

testMapDataToFormsPassesObjectRefIfByReference() 공개 메소드

testMapDataToFormsSetsDefaultDataIfPassedDataIsEmptyArray() 공개 메소드

testMapDataToFormsSetsDefaultDataIfPassedDataIsNull() 공개 메소드

testMapFormsToDataIgnoresDisabled() 공개 메소드

testMapFormsToDataIgnoresEmptyData() 공개 메소드

testMapFormsToDataIgnoresUnmapped() 공개 메소드

testMapFormsToDataIgnoresUnsubmittedForms() 공개 메소드

testMapFormsToDataIgnoresUnsynchronized() 공개 메소드

testMapFormsToDataWritesBackIfByReferenceAndReference() 공개 메소드

testMapFormsToDataWritesBackIfByReferenceButNoReference() 공개 메소드

testMapFormsToDataWritesBackIfNotByReference() 공개 메소드