PHP Class Symfony\Component\Form\Tests\ChoiceList\Factory\PropertyAccessDecoratorTest

Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
testCreateFromChoiceLoaderAssumeNullIfValuePropertyPathUnreadable ( ) https://github.com/symfony/symfony/issues/5494
testCreateFromChoicesAssumeNullIfValuePropertyPathUnreadable ( ) https://github.com/symfony/symfony/issues/5494
testCreateFromChoicesPropertyPath ( )
testCreateFromChoicesPropertyPathInstance ( )
testCreateFromChoicesPropertyPathWithCallableString ( )
testCreateFromLoaderPropertyPath ( )
testCreateFromLoaderPropertyPathInstance ( )
testCreateFromLoaderPropertyPathWithCallableString ( )
testCreateViewAssumeNullIfGroupsPropertyPathUnreadable ( ) https://github.com/symfony/symfony/issues/5494
testCreateViewAssumeNullIfPreferredChoicesPropertyPathUnreadable ( ) https://github.com/symfony/symfony/issues/5494
testCreateViewAttrAsPropertyPath ( )
testCreateViewAttrAsPropertyPathInstance ( )
testCreateViewAttrAsPropertyPathWithCallableString ( )
testCreateViewGroupsAsPropertyPath ( )
testCreateViewGroupsAsPropertyPathInstance ( )
testCreateViewGroupsAsPropertyPathWithCallableString ( )
testCreateViewIndicesAsPropertyPath ( )
testCreateViewIndicesAsPropertyPathInstance ( )
testCreateViewIndicesAsPropertyPathWithCallableString ( )
testCreateViewLabelsAsPropertyPath ( )
testCreateViewLabelsAsPropertyPathInstance ( )
testCreateViewLabelsAsPropertyPathWithCallableString ( )
testCreateViewPreferredChoicesAsPropertyPath ( )
testCreateViewPreferredChoicesAsPropertyPathInstance ( )
testCreateViewPreferredChoicesAsPropertyPathWithCallableString ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCreateFromChoiceLoaderAssumeNullIfValuePropertyPathUnreadable() public method

https://github.com/symfony/symfony/issues/5494

testCreateFromChoicesAssumeNullIfValuePropertyPathUnreadable() public method

https://github.com/symfony/symfony/issues/5494

testCreateFromChoicesPropertyPath() public method

testCreateFromChoicesPropertyPathInstance() public method

testCreateFromChoicesPropertyPathWithCallableString() public method

testCreateFromLoaderPropertyPath() public method

testCreateFromLoaderPropertyPathInstance() public method

testCreateFromLoaderPropertyPathWithCallableString() public method

testCreateViewAssumeNullIfGroupsPropertyPathUnreadable() public method

https://github.com/symfony/symfony/issues/5494

testCreateViewAssumeNullIfPreferredChoicesPropertyPathUnreadable() public method

https://github.com/symfony/symfony/issues/5494

testCreateViewAttrAsPropertyPath() public method

testCreateViewAttrAsPropertyPathInstance() public method

testCreateViewAttrAsPropertyPathWithCallableString() public method

testCreateViewGroupsAsPropertyPath() public method

testCreateViewGroupsAsPropertyPathInstance() public method

testCreateViewGroupsAsPropertyPathWithCallableString() public method

testCreateViewIndicesAsPropertyPath() public method

testCreateViewIndicesAsPropertyPathInstance() public method

testCreateViewIndicesAsPropertyPathWithCallableString() public method

testCreateViewLabelsAsPropertyPath() public method

testCreateViewLabelsAsPropertyPathInstance() public method

testCreateViewLabelsAsPropertyPathWithCallableString() public method

testCreateViewPreferredChoicesAsPropertyPath() public method

testCreateViewPreferredChoicesAsPropertyPathInstance() public method

testCreateViewPreferredChoicesAsPropertyPathWithCallableString() public method