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

Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

provideMergeableValues() public méthode

setUp() protected méthode

protected setUp ( )

testDontFallbackIfEntryDoesNotExistAndFallbackDisabled() public méthode

testDontFallbackIfLocaleDoesNotExistAndFallbackDisabled() public méthode

testDontMergeDataIfFallbackDisabled() public méthode

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

testFailIfEntryFoundNeitherInParentNorChild() public méthode

testFallbackIfEntryDoesNotExist() public méthode

testFallbackIfLocaleDoesNotExist() public méthode

testFollowLocaleAliases() public méthode

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

testForwardCallToRead() public méthode

testMergeDataWithFallbackData() public méthode

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

testMergeExistingEntryWithExistingFallbackEntry() public méthode

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

testMergeExistingEntryWithNonExistingFallbackEntry() public méthode

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

testMergeNonExistingEntryWithExistingFallbackEntry() public méthode

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

testMergeTraversables() public méthode

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

testReadEntireDataFileIfNoIndicesGiven() public méthode

testReadExistingEntry() public méthode

testReadNonExistingEntry() public méthode