PHP Class Symfony\Component\Form\Tests\ChoiceList\LazyChoiceListTest

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

Public Methods

Method Description
testGetChoiceLoadersLoadsLoadedListOnFirstCall ( )
testGetChoicesForValuesForwardsCallIfListNotLoaded ( )
testGetChoicesForValuesUsesLoadedList ( )
testGetChoicesUsesLoadedListWhenLoaderDoesNotCacheChoiceListOnFirstCall ( )
testGetOriginalKeysLoadsLoadedListOnFirstCall ( )
testGetStructuredValuesLoadsLoadedListOnFirstCall ( )
testGetValuesForChoicesForwardsCallIfListNotLoaded ( )
testGetValuesForChoicesUsesLoadedList ( )
testGetValuesLoadsLoadedListOnFirstCall ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testGetChoiceLoadersLoadsLoadedListOnFirstCall() public method

testGetChoicesForValuesForwardsCallIfListNotLoaded() public method

testGetChoicesForValuesUsesLoadedList() public method

testGetChoicesUsesLoadedListWhenLoaderDoesNotCacheChoiceListOnFirstCall() public method

testGetOriginalKeysLoadsLoadedListOnFirstCall() public method

testGetStructuredValuesLoadsLoadedListOnFirstCall() public method

testGetValuesForChoicesForwardsCallIfListNotLoaded() public method

testGetValuesForChoicesUsesLoadedList() public method

testGetValuesLoadsLoadedListOnFirstCall() public method