PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistryTest

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

Public Methods

Method Description
testCanBeInstantiatedWithChainableParsers ( )
testIsAFlagParser ( )
testIsNotClonable ( )
testPicksTheFirstSuitableParser ( )
testThrowsAnExceptionIfAnInvalidParserInjected ( )
testThrowsAnExceptionIfNotSuitableParserFound ( )

Method Details

testCanBeInstantiatedWithChainableParsers() public method

testIsAFlagParser() public method

public testIsAFlagParser ( )

testIsNotClonable() public method

public testIsNotClonable ( )

testPicksTheFirstSuitableParser() public method

testThrowsAnExceptionIfAnInvalidParserInjected() public method

testThrowsAnExceptionIfNotSuitableParserFound() public method