PHP Class Nelmio\Alice\ParameterBagTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
testCanRemoveElements ( )
testIfTwoParametersWithTheSameKeyAreAddedThenTheNewerOneWillBeDiscarded ( )
testIsCountable ( )
testIsImmutable ( )
testIsTraversable ( )
testReadAccessorsReturnPropertiesValues ( )
testThrowsAnExceptionWhenATryingToGetAnInexistingParameter ( )
testToArray ( )
testWithersReturnNewModifiedObject ( )

Private Methods

Méthode Description
assertBagSize ( integer $size, ParameterBag $bag )

Method Details

testCanRemoveElements() public méthode

testIfTwoParametersWithTheSameKeyAreAddedThenTheNewerOneWillBeDiscarded() public méthode

testIsCountable() public méthode

public testIsCountable ( )

testIsImmutable() public méthode

public testIsImmutable ( )

testIsTraversable() public méthode

public testIsTraversable ( )

testReadAccessorsReturnPropertiesValues() public méthode

testThrowsAnExceptionWhenATryingToGetAnInexistingParameter() public méthode

testToArray() public méthode

public testToArray ( )

testWithersReturnNewModifiedObject() public méthode