PHP Класс Neos\Eel\Tests\Unit\CompilingEvaluatorTest

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

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

Метод Описание
doubleQuotedStringLiteralVariablesAreEscaped ( )

Защищенные методы

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

Описание методов

assertEvaluated() защищенный Метод

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 createEvaluator ( ) : Context
Результат Neos\Eel\Context

doubleQuotedStringLiteralVariablesAreEscaped() публичный Метод