PHP Class Symfony\Component\Form\Tests\Extension\Core\DataMapper\PropertyPathMapperTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony

Méthodes publiques

Méthode Description
testMapDataToFormsIgnoresEmptyPropertyPath ( )
testMapDataToFormsIgnoresUnmapped ( )
testMapDataToFormsPassesObjectCloneIfNotByReference ( )
testMapDataToFormsPassesObjectRefIfByReference ( )
testMapDataToFormsSetsDefaultDataIfPassedDataIsEmptyArray ( )
testMapDataToFormsSetsDefaultDataIfPassedDataIsNull ( )
testMapFormsToDataIgnoresDisabled ( )
testMapFormsToDataIgnoresEmptyData ( )
testMapFormsToDataIgnoresUnmapped ( )
testMapFormsToDataIgnoresUnsubmittedForms ( )
testMapFormsToDataIgnoresUnsynchronized ( )
testMapFormsToDataWritesBackIfByReferenceAndReference ( )
testMapFormsToDataWritesBackIfByReferenceButNoReference ( )
testMapFormsToDataWritesBackIfNotByReference ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
getForm ( Symfony\Component\Form\FormConfigInterface $config, boolean $synchronized = true, boolean $submitted = true ) : PHPUnit_Framework_MockObject_MockObject
getPropertyPath ( $path ) : PHPUnit_Framework_MockObject_MockObject

Method Details

setUp() protected méthode

protected setUp ( )

testMapDataToFormsIgnoresEmptyPropertyPath() public méthode

testMapDataToFormsIgnoresUnmapped() public méthode

testMapDataToFormsPassesObjectCloneIfNotByReference() public méthode

testMapDataToFormsPassesObjectRefIfByReference() public méthode

testMapDataToFormsSetsDefaultDataIfPassedDataIsEmptyArray() public méthode

testMapDataToFormsSetsDefaultDataIfPassedDataIsNull() public méthode

testMapFormsToDataIgnoresDisabled() public méthode

testMapFormsToDataIgnoresEmptyData() public méthode

testMapFormsToDataIgnoresUnmapped() public méthode

testMapFormsToDataIgnoresUnsubmittedForms() public méthode

testMapFormsToDataIgnoresUnsynchronized() public méthode

testMapFormsToDataWritesBackIfByReferenceAndReference() public méthode

testMapFormsToDataWritesBackIfByReferenceButNoReference() public méthode

testMapFormsToDataWritesBackIfNotByReference() public méthode