PHP Class DataSift\Storyplayer\ConfigLib\WrappedConfigTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: datasift/storyplayer

Méthodes publiques

Méthode Description
testAcceptsEmptyConfigFiles ( )
testCanCheckDataInAnArray ( )
testCanCheckForDataInAnObject ( )
testCanCheckForTopLevelData ( )
testCanExpandTwigVariables ( )
testCanGetAnObjectFromAnObject ( )
testCanGetArrayFromAnArray ( )
testCanGetArrayFromAnAssocArray ( )
testCanGetDataFromAnArray ( )
testCanGetDataFromAnObject ( )
testCanGetTopLevelData ( )
testCanInstantiate ( )
testCanLoadConfigFile ( )
testCanMergeAScalar ( )
testCanMergeAnArray ( )
testCanMergeAnArrayIntoAnObject ( )
testCanMergeAnObject ( )
testCanMergeIntoTopLevel ( )
testCanReplaceTopLevelUsingSetData ( )
testCanSetDataByExtendingTheConfig ( )
testCanSetDataInsideAnArray ( )
testCanSetDataInsideAnObject ( )
testCanStartWithEmptyArrayForConfig ( )
testCanUnsetAnArrayOfData ( )
testCanUnsetDataFromAnArray ( )
testCanUnsetDataFromAnObject ( )
testCannotMergeDataByExtendingAScalar ( )
testCannotMergeDataByOverExtendingAScalar ( )
testCannotSetDataByExtendingAScalar ( )
testCannotSetDataByOverExtendingAScalar ( )
testGetArrayThrowsExceptionWhenNonObjectRetrieved ( )
testGetDataThrowsExceptionWhenConfigPathNotFoundInAScalar ( )
testGetDataThrowsExceptionWhenConfigPathNotFoundInAnArray ( )
testGetDataThrowsExceptionWhenConfigPathNotFoundInAnObject ( )
testGetObjectThrowsExceptionWhenNonObjectRetrieved ( )
testHasDataReturnsFalseWhenConfigPathNotFoundInAScalar ( )
testHasDataReturnsFalseWhenConfigPathNotFoundInAnArray ( )
testHasDataReturnsFalseWhenConfigPathNotFoundInAnObject ( )
testStartsWithEmptyConfig ( )
testStartsWithNoName ( )
testThrowsExceptionWhenConfigFileIsInvalidJson ( )
testThrowsExceptionWhenConfigFileNotFound ( )
testThrowsExceptionWhenConfigFileUnreadable ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAScalar ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAnArray ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAnObject ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAScalar ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAnArray ( )
testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAnObject ( )

Method Details

testAcceptsEmptyConfigFiles() public méthode

testCanCheckDataInAnArray() public méthode

testCanCheckForDataInAnObject() public méthode

testCanCheckForTopLevelData() public méthode

testCanExpandTwigVariables() public méthode

testCanGetAnObjectFromAnObject() public méthode

testCanGetArrayFromAnArray() public méthode

testCanGetArrayFromAnAssocArray() public méthode

testCanGetDataFromAnArray() public méthode

testCanGetDataFromAnObject() public méthode

testCanGetTopLevelData() public méthode

testCanInstantiate() public méthode

public testCanInstantiate ( )

testCanLoadConfigFile() public méthode

testCanMergeAScalar() public méthode

public testCanMergeAScalar ( )

testCanMergeAnArray() public méthode

public testCanMergeAnArray ( )

testCanMergeAnArrayIntoAnObject() public méthode

testCanMergeAnObject() public méthode

testCanMergeIntoTopLevel() public méthode

testCanReplaceTopLevelUsingSetData() public méthode

testCanSetDataByExtendingTheConfig() public méthode

testCanSetDataInsideAnArray() public méthode

testCanSetDataInsideAnObject() public méthode

testCanStartWithEmptyArrayForConfig() public méthode

testCanUnsetAnArrayOfData() public méthode

testCanUnsetDataFromAnArray() public méthode

testCanUnsetDataFromAnObject() public méthode

testCannotMergeDataByExtendingAScalar() public méthode

testCannotMergeDataByOverExtendingAScalar() public méthode

testCannotSetDataByExtendingAScalar() public méthode

testCannotSetDataByOverExtendingAScalar() public méthode

testGetArrayThrowsExceptionWhenNonObjectRetrieved() public méthode

testGetDataThrowsExceptionWhenConfigPathNotFoundInAScalar() public méthode

testGetDataThrowsExceptionWhenConfigPathNotFoundInAnArray() public méthode

testGetDataThrowsExceptionWhenConfigPathNotFoundInAnObject() public méthode

testGetObjectThrowsExceptionWhenNonObjectRetrieved() public méthode

testHasDataReturnsFalseWhenConfigPathNotFoundInAScalar() public méthode

testHasDataReturnsFalseWhenConfigPathNotFoundInAnArray() public méthode

testHasDataReturnsFalseWhenConfigPathNotFoundInAnObject() public méthode

testStartsWithEmptyConfig() public méthode

testStartsWithNoName() public méthode

testThrowsExceptionWhenConfigFileIsInvalidJson() public méthode

testThrowsExceptionWhenConfigFileNotFound() public méthode

testThrowsExceptionWhenConfigFileUnreadable() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAScalar() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAnArray() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundDeepInAnObject() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAScalar() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAnArray() public méthode

testUnsetDataThrowsExceptionWhenConfigPathNotFoundInAnObject() public méthode