PHP Class Neos\Fusion\Tests\Functional\TypoScriptObjects\ExceptionHandlerTest

Inheritance: extends AbstractTypoScriptObjectTest
Mostra file Open project: neos/neos-development-collection

Public Methods

Method Description
exceptionHandlerIsEvaluatedForNestedTypoScriptObjects ( ) We trigger rendering of a TypoScript object with a nested TS object being "evaluated". If an exception happens there, the configured exceptionHandler needs to be triggered as well, even though the object has been rendered with "evaluate()" and not with "render()"
exceptionalEelExpressionInOverrideIsHandledCorrectly ( )
exceptionalEelExpressionInPropertyIsHandledCorrectly ( )

Method Details

exceptionHandlerIsEvaluatedForNestedTypoScriptObjects() public method

We trigger rendering of a TypoScript object with a nested TS object being "evaluated". If an exception happens there, the configured exceptionHandler needs to be triggered as well, even though the object has been rendered with "evaluate()" and not with "render()"

exceptionalEelExpressionInOverrideIsHandledCorrectly() public method

exceptionalEelExpressionInPropertyIsHandledCorrectly() public method