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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: symfony/symfony

Public Methods

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

Protected Methods

Method Description
setUp ( )

Private Methods

Method 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 method

protected setUp ( )

testMapDataToFormsIgnoresEmptyPropertyPath() public method

testMapDataToFormsIgnoresUnmapped() public method

testMapDataToFormsPassesObjectCloneIfNotByReference() public method

testMapDataToFormsPassesObjectRefIfByReference() public method

testMapDataToFormsSetsDefaultDataIfPassedDataIsEmptyArray() public method

testMapDataToFormsSetsDefaultDataIfPassedDataIsNull() public method

testMapFormsToDataIgnoresDisabled() public method

testMapFormsToDataIgnoresEmptyData() public method

testMapFormsToDataIgnoresUnmapped() public method

testMapFormsToDataIgnoresUnsubmittedForms() public method

testMapFormsToDataIgnoresUnsynchronized() public method

testMapFormsToDataWritesBackIfByReferenceAndReference() public method

testMapFormsToDataWritesBackIfByReferenceButNoReference() public method

testMapFormsToDataWritesBackIfNotByReference() public method