PHP 클래스 Neos\Eel\Tests\Unit\CompilingEvaluatorTest

상속: extends AbstractEvaluatorTest
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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() 공개 메소드