PHP Class StackFormation\Tests\BlueprintTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: aoepeople/stackformation

Public Methods

Method Description
blueprintDoesNotExist ( )
getBasepath ( )
getBlueprintReference ( )
getConditionalParameterValueDefault ( )
getConditionalParameterValueEnvFooVal1 ( )
getConditionalParameterValueEnvFooVal2 ( )
getFlattenedTags ( )
getMulitpleCapibilities ( )
getPreprocessedTemplate ( )
getPreprocessedTemplateContainsBlueprintReference ( )
getSingleCapibility ( )
getStackname ( )
getTagsWithResolvedPlaceholder ( )
getTagsWithUnresolvedPlaceholder ( )
getUnflattenedTags ( )
getVariable ( )
loadStackPolicy ( )
missingTemplateFile ( )
testBlueprintVarOverridesGlobalVar ( )
testConditionalGlobalProvider ( )
testConditionalGlobalVar ( $foo, $expectedValue )
testConditionalLocalVar ( $foo, $expectedValue )
testGetProfile ( )
testSwitchProfile ( )
testSwitchProfileComplex ( )
testselectProfile ( )
testselectProfileConditional ( $foo, $expectedProfile )
testselectProfileConditionalProvider ( )

Protected Methods

Method Description
getMockedBlueprintFactory ( Config $config ) : BlueprintFactory

Method Details

blueprintDoesNotExist() public method

getBasepath() public method

public getBasepath ( )

getBlueprintReference() public method

getConditionalParameterValueDefault() public method

getConditionalParameterValueEnvFooVal1() public method

getConditionalParameterValueEnvFooVal2() public method

getFlattenedTags() public method

public getFlattenedTags ( )

getMockedBlueprintFactory() protected method

protected getMockedBlueprintFactory ( Config $config ) : BlueprintFactory
$config StackFormation\Config
return StackFormation\BlueprintFactory

getMulitpleCapibilities() public method

getPreprocessedTemplate() public method

getPreprocessedTemplateContainsBlueprintReference() public method

getSingleCapibility() public method

public getSingleCapibility ( )

getStackname() public method

public getStackname ( )

getTagsWithResolvedPlaceholder() public method

getTagsWithUnresolvedPlaceholder() public method

getUnflattenedTags() public method

public getUnflattenedTags ( )

getVariable() public method

public getVariable ( )

loadStackPolicy() public method

public loadStackPolicy ( )

missingTemplateFile() public method

public missingTemplateFile ( )

testBlueprintVarOverridesGlobalVar() public method

testConditionalGlobalProvider() public method

testConditionalGlobalVar() public method

public testConditionalGlobalVar ( $foo, $expectedValue )

testConditionalLocalVar() public method

public testConditionalLocalVar ( $foo, $expectedValue )

testGetProfile() public method

public testGetProfile ( )

testSwitchProfile() public method

public testSwitchProfile ( )

testSwitchProfileComplex() public method

testselectProfile() public method

public testselectProfile ( )

testselectProfileConditional() public method

public testselectProfileConditional ( $foo, $expectedProfile )

testselectProfileConditionalProvider() public method