PHP Класс Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParserTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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