PHP Class Neos\Eel\Tests\Unit\CompilingEvaluatorTest

Inheritance: extends AbstractEvaluatorTest
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
doubleQuotedStringLiteralVariablesAreEscaped ( )

Méthodes protégées

Méthode 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 méthode

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 méthode

protected createEvaluator ( ) : Context
Résultat Neos\Eel\Context

doubleQuotedStringLiteralVariablesAreEscaped() public méthode