PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizerTest

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

Public Methods

Method Description
testIfTheValueIsAnArrayThenAppliesItselfRecursivelyToArrays ( )
testIsAValueDenormalizer ( )
testIsNotClonable ( )
testReturnsParsedValueIfValueIsAString ( )
testReturnsUnchangedValueIfTheValueIsNotAStringOrAnArray ( )
testWhenParserThrowsExceptionDenormalizerAExceptionIsThrown ( )

Method Details

testIfTheValueIsAnArrayThenAppliesItselfRecursivelyToArrays() public method

testIsAValueDenormalizer() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsParsedValueIfValueIsAString() public method

testReturnsUnchangedValueIfTheValueIsNotAStringOrAnArray() public method

testWhenParserThrowsExceptionDenormalizerAExceptionIsThrown() public method