PHP Class Neos\Eel\Tests\Unit\CompilingEvaluatorTest

Inheritance: extends AbstractEvaluatorTest
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
doubleQuotedStringLiteralVariablesAreEscaped ( )

Protected Methods

Method Description
assertEvaluated ( mixed $expected, string $expression, Context $context ) Assert that the expression is evaluated to the expected result under the given context. It also ensures that the Eel expression is recognized using the predefined regular expression.
createEvaluator ( ) : Context

Method Details

assertEvaluated() protected method

Assert that the expression is evaluated to the expected result under the given context. It also ensures that the Eel expression is recognized using the predefined regular expression.
protected assertEvaluated ( mixed $expected, string $expression, Context $context )
$expected mixed
$expression string
$context Neos\Eel\Context

createEvaluator() protected method

protected createEvaluator ( ) : Context
return Neos\Eel\Context

doubleQuotedStringLiteralVariablesAreEscaped() public method