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

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

Public Methods

Method Description
provideDistinguishedChoices ( )
provideDistinguishedKeyChoices ( )
provideSameChoices ( )
provideSameKeyChoices ( )
testCreateFromChoicesComparesTraversableChoicesAsArray ( )
testCreateFromChoicesDifferentChoices ( $choice1, $choice2 )
testCreateFromChoicesDifferentValueClosure ( )
testCreateFromChoicesEmpty ( )
testCreateFromChoicesFlattensChoices ( )
testCreateFromChoicesSameChoices ( $choice1, $choice2 )
testCreateFromChoicesSameValueClosure ( )
testCreateFromLoaderDifferentLoader ( )
testCreateFromLoaderDifferentValueClosure ( )
testCreateFromLoaderSameLoader ( )
testCreateFromLoaderSameValueClosure ( )
testCreateViewDifferentAttributes ( )
testCreateViewDifferentAttributesClosure ( )
testCreateViewDifferentGroupByClosure ( )
testCreateViewDifferentIndexClosure ( )
testCreateViewDifferentLabelClosure ( )
testCreateViewDifferentPreferredChoices ( )
testCreateViewDifferentPreferredChoicesClosure ( )
testCreateViewSameAttributes ( )
testCreateViewSameAttributesClosure ( )
testCreateViewSameGroupByClosure ( )
testCreateViewSameIndexClosure ( )
testCreateViewSameLabelClosure ( )
testCreateViewSamePreferredChoices ( )
testCreateViewSamePreferredChoicesClosure ( )

Protected Methods

Method Description
setUp ( )

Method Details

provideDistinguishedChoices() public method

provideDistinguishedKeyChoices() public method

provideSameChoices() public method

public provideSameChoices ( )

provideSameKeyChoices() public method

setUp() protected method

protected setUp ( )

testCreateFromChoicesComparesTraversableChoicesAsArray() public method

testCreateFromChoicesDifferentChoices() public method

public testCreateFromChoicesDifferentChoices ( $choice1, $choice2 )

testCreateFromChoicesDifferentValueClosure() public method

testCreateFromChoicesEmpty() public method

testCreateFromChoicesFlattensChoices() public method

testCreateFromChoicesSameChoices() public method

public testCreateFromChoicesSameChoices ( $choice1, $choice2 )

testCreateFromChoicesSameValueClosure() public method

testCreateFromLoaderDifferentLoader() public method

testCreateFromLoaderDifferentValueClosure() public method

testCreateFromLoaderSameLoader() public method

testCreateFromLoaderSameValueClosure() public method

testCreateViewDifferentAttributes() public method

testCreateViewDifferentAttributesClosure() public method

testCreateViewDifferentGroupByClosure() public method

testCreateViewDifferentIndexClosure() public method

testCreateViewDifferentLabelClosure() public method

testCreateViewDifferentPreferredChoices() public method

testCreateViewDifferentPreferredChoicesClosure() public method

testCreateViewSameAttributes() public method

testCreateViewSameAttributesClosure() public method

testCreateViewSameGroupByClosure() public method

testCreateViewSameIndexClosure() public method

testCreateViewSameLabelClosure() public method

testCreateViewSamePreferredChoices() public method

testCreateViewSamePreferredChoicesClosure() public method