PHP Class Symfony\Component\Intl\Tests\Data\Bundle\Reader\BundleEntryReaderTest

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

Public Methods

Method Description
provideMergeableValues ( )
testDontFallbackIfEntryDoesNotExistAndFallbackDisabled ( )
testDontFallbackIfLocaleDoesNotExistAndFallbackDisabled ( )
testDontMergeDataIfFallbackDisabled ( $childData, $parentData, $result )
testFailIfEntryFoundNeitherInParentNorChild ( )
testFallbackIfEntryDoesNotExist ( )
testFallbackIfLocaleDoesNotExist ( )
testFollowLocaleAliases ( $childData, $parentData, $result )
testForwardCallToRead ( )
testMergeDataWithFallbackData ( $childData, $parentData, $result )
testMergeExistingEntryWithExistingFallbackEntry ( $childData, $parentData, $result )
testMergeExistingEntryWithNonExistingFallbackEntry ( $childData, $parentData, $result )
testMergeNonExistingEntryWithExistingFallbackEntry ( $childData, $parentData, $result )
testMergeTraversables ( $childData, $parentData, $result )
testReadEntireDataFileIfNoIndicesGiven ( )
testReadExistingEntry ( )
testReadNonExistingEntry ( )

Protected Methods

Method Description
setUp ( )

Method Details

provideMergeableValues() public method

setUp() protected method

protected setUp ( )

testDontFallbackIfEntryDoesNotExistAndFallbackDisabled() public method

testDontFallbackIfLocaleDoesNotExistAndFallbackDisabled() public method

testDontMergeDataIfFallbackDisabled() public method

public testDontMergeDataIfFallbackDisabled ( $childData, $parentData, $result )

testFailIfEntryFoundNeitherInParentNorChild() public method

testFallbackIfEntryDoesNotExist() public method

testFallbackIfLocaleDoesNotExist() public method

testFollowLocaleAliases() public method

public testFollowLocaleAliases ( $childData, $parentData, $result )

testForwardCallToRead() public method

testMergeDataWithFallbackData() public method

public testMergeDataWithFallbackData ( $childData, $parentData, $result )

testMergeExistingEntryWithExistingFallbackEntry() public method

public testMergeExistingEntryWithExistingFallbackEntry ( $childData, $parentData, $result )

testMergeExistingEntryWithNonExistingFallbackEntry() public method

public testMergeExistingEntryWithNonExistingFallbackEntry ( $childData, $parentData, $result )

testMergeNonExistingEntryWithExistingFallbackEntry() public method

public testMergeNonExistingEntryWithExistingFallbackEntry ( $childData, $parentData, $result )

testMergeTraversables() public method

public testMergeTraversables ( $childData, $parentData, $result )

testReadEntireDataFileIfNoIndicesGiven() public method

testReadExistingEntry() public method

testReadNonExistingEntry() public method