PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParserTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
provideParser ( )
testCanParseMethodReferenceTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsFunctionValue ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfMethodReferenceIsMalformed ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $decoratedParser )

메소드 상세

provideParser() 공개 메소드

public provideParser ( )

testCanParseMethodReferenceTokens() 공개 메소드

testIsAChainableTokenParser() 공개 메소드

testIsNotClonable() 공개 메소드

public testIsNotClonable ( )

testReturnsFunctionValue() 공개 메소드

testThrowsAnExceptionIfCouldNotParseToken() 공개 메소드

testThrowsAnExceptionIfMethodReferenceIsMalformed() 공개 메소드

testThrowsAnExceptionIfNoDecoratedParserIsFound() 공개 메소드

testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult() 공개 메소드

public testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $decoratedParser )
$decoratedParser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface