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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice

Public Methods

Method Description
provideValues ( )
testIfParsedValueIsArrayValueThenUniqueFlagAppliesToItsElementInstead ( )
testIfParsedValueIsDynamicArrayThenUniqueFlagAppliesToItsElementInstead ( )
testIsAValueDenormalizer ( )
testIsNotClonable ( )
testReturnsParsedValueIfNoUniqueFlagsHasBeenFound ( )
testReturnsUniqueValueIfUniqueFlagsFound ( )
testThrowsAnExceptionIsATemporaryFixtureWithAUniqueValue ( )

Method Details

provideValues() public method

public provideValues ( )

testIfParsedValueIsArrayValueThenUniqueFlagAppliesToItsElementInstead() public method

testIfParsedValueIsDynamicArrayThenUniqueFlagAppliesToItsElementInstead() public method

testIsAValueDenormalizer() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsParsedValueIfNoUniqueFlagsHasBeenFound() public method

testReturnsUniqueValueIfUniqueFlagsFound() public method

testThrowsAnExceptionIsATemporaryFixtureWithAUniqueValue() public method