PHP Class Nelmio\Alice\Definition\Value\DynamicArrayValueTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
provideInputTypes ( )
provideValues ( )
testCanBeCastedIntoAString ( )
testIsAValue ( )
testIsImmutable ( )
testReadAccessorsReturnPropertiesValues ( $quantifier, $element, $expectedQuantifier )
testThrowsErrorIfInvalidInputType ( $quantifier, $element, $errorMessage )

Method Details

provideInputTypes() public method

public provideInputTypes ( )

provideValues() public method

public provideValues ( )

testCanBeCastedIntoAString() public method

testIsAValue() public method

public testIsAValue ( )

testIsImmutable() public method

public testIsImmutable ( )

testReadAccessorsReturnPropertiesValues() public method

public testReadAccessorsReturnPropertiesValues ( $quantifier, $element, $expectedQuantifier )

testThrowsErrorIfInvalidInputType() public method

public testThrowsErrorIfInvalidInputType ( $quantifier, $element, $errorMessage )