PHP Class Neos\Flow\Tests\Unit\Configuration\Source\YamlSourceTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
optionSetInTheConfigurationFileReallyEndsUpInTheArray ( )
returnsEmptyArrayOnNonExistingFile ( )
saveDoesNotOverwriteExistingHeaderCommentsIfFileExists ( )
saveKeepsQuotedKey ( )
saveWritesArrayToGivenFileAsYAML ( )
splitConfigurationFilesAreMergedAsExpected ( )
yamlFileIsParsedToArray ( )

Protected Methods

Method Description
setUp ( ) Sets up this test case

Method Details

optionSetInTheConfigurationFileReallyEndsUpInTheArray() public method

returnsEmptyArrayOnNonExistingFile() public method

saveDoesNotOverwriteExistingHeaderCommentsIfFileExists() public method

saveKeepsQuotedKey() public method

public saveKeepsQuotedKey ( )

saveWritesArrayToGivenFileAsYAML() public method

setUp() protected method

Sets up this test case
protected setUp ( )

splitConfigurationFilesAreMergedAsExpected() public method

yamlFileIsParsedToArray() public method