PHP Class Symfony\Component\DependencyInjection\Tests\ParameterBag\EnvPlaceholderParameterBagTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/dependency-injection

Public Methods

Method Description
testGetEnvAllowsNull ( )
testGetThrowsInvalidArgumentExceptionIfEnvNameContainsNonWordCharacters ( )
testGetThrowsOnBadDefaultValue ( )
testMergeWhereFirstBagIsEmptyWillWork ( )
testMergeWherePlaceholderOnlyExistsInSecond ( )
testMergeWillNotDuplicateIdenticalParameters ( )
testMergeWithDifferentIdentifiersForPlaceholders ( )
testResolveEnvAllowsNull ( )
testResolveEnvCastsIntToString ( )
testResolveThrowsOnBadDefaultValue ( )

Method Details

testGetEnvAllowsNull() public method

testGetThrowsInvalidArgumentExceptionIfEnvNameContainsNonWordCharacters() public method

testGetThrowsOnBadDefaultValue() public method

testMergeWhereFirstBagIsEmptyWillWork() public method

testMergeWherePlaceholderOnlyExistsInSecond() public method

testMergeWillNotDuplicateIdenticalParameters() public method

testMergeWithDifferentIdentifiersForPlaceholders() public method

testResolveEnvAllowsNull() public method

testResolveEnvCastsIntToString() public method

testResolveThrowsOnBadDefaultValue() public method