PHP 클래스 Symfony\Component\Intl\Tests\Data\Bundle\Reader\BundleEntryReaderTest

저자: Bernhard Schussek ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

provideMergeableValues() 공개 메소드

setUp() 보호된 메소드

protected setUp ( )

testDontFallbackIfEntryDoesNotExistAndFallbackDisabled() 공개 메소드

testDontFallbackIfLocaleDoesNotExistAndFallbackDisabled() 공개 메소드

testDontMergeDataIfFallbackDisabled() 공개 메소드

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

testFailIfEntryFoundNeitherInParentNorChild() 공개 메소드

testFallbackIfEntryDoesNotExist() 공개 메소드

testFallbackIfLocaleDoesNotExist() 공개 메소드

testFollowLocaleAliases() 공개 메소드

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

testForwardCallToRead() 공개 메소드

testMergeDataWithFallbackData() 공개 메소드

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

testMergeExistingEntryWithExistingFallbackEntry() 공개 메소드

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

testMergeExistingEntryWithNonExistingFallbackEntry() 공개 메소드

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

testMergeNonExistingEntryWithExistingFallbackEntry() 공개 메소드

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

testMergeTraversables() 공개 메소드

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

testReadEntireDataFileIfNoIndicesGiven() 공개 메소드

testReadExistingEntry() 공개 메소드

testReadNonExistingEntry() 공개 메소드