PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistryTest

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

Méthodes publiques

Méthode Description
setUp ( )
testAcceptsOnlyChainableParsers ( )
testIsATokenParser ( )
testIsNotClonable ( )
testPicksTheFirstSuitableParserToParseTheToken ( )
testThrowsAnExceptionIfNoSuitableParserIsFound ( )
testWithersReturnNewModifiedInstance ( )

Method Details

setUp() public méthode

public setUp ( )

testAcceptsOnlyChainableParsers() public méthode

testIsATokenParser() public méthode

public testIsATokenParser ( )

testIsNotClonable() public méthode

public testIsNotClonable ( )

testPicksTheFirstSuitableParserToParseTheToken() public méthode

testThrowsAnExceptionIfNoSuitableParserIsFound() public méthode

testWithersReturnNewModifiedInstance() public méthode