PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParserTest

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

Public Methods

Method Description
provideTokens ( )
testCanParseEscapedTokens ( Token $token, boolean $expected )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsEscapedValue ( )
testTheEscapedValueIsDetokenizedBeforeBeingReturned ( )
testThrowsAnExceptionIfAMalformedTokenIsGiven ( )

Method Details

provideTokens() public method

public provideTokens ( )

testCanParseEscapedTokens() public method

public testCanParseEscapedTokens ( Token $token, boolean $expected )
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
$expected boolean

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsEscapedValue() public method

testTheEscapedValueIsDetokenizedBeforeBeingReturned() public method

testThrowsAnExceptionIfAMalformedTokenIsGiven() public method