PHP Class Neos\Fusion\Tests\Unit\Core\RuntimeTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/neos-development-collection

Public Methods

Method Description
evaluateProcessorForEelExpressionUsesProtectedContext ( )
evaluateWithCacheModeUncachedAndUnspecifiedContextThrowsException ( )
handleRenderingExceptionThrowsException ( ) exceptions are rendered using the renderer from configuration
renderHandlesExceptionDuringRendering ( ) if the rendering leads to an exception the exception is transformed into 'content' by calling 'handleRenderingException'
renderRethrowsSecurityExceptions ( )

Method Details

evaluateProcessorForEelExpressionUsesProtectedContext() public method

evaluateWithCacheModeUncachedAndUnspecifiedContextThrowsException() public method

handleRenderingExceptionThrowsException() public method

if this handler throws exceptions, they are not handled

renderHandlesExceptionDuringRendering() public method

if the rendering leads to an exception the exception is transformed into 'content' by calling 'handleRenderingException'

renderRethrowsSecurityExceptions() public method