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

Inheritance: extends AbstractTypoScriptObjectTest
Mostrar archivo Open project: neos/neos-development-collection

Public Methods

Method Description
basicRendering ( )
basicRenderingCrashing ( ) The view cannot be rendered since it is broken in this case an exception handler is called.
basicRenderingReusingTypoScriptVariables ( )
basicRenderingReusingTypoScriptVariablesWithEel ( )
complexExample ( )
complexExample2 ( )
contentIsNotTrimmed ( )
eelExpressionCanBeOverridden ( )
plainValueCanBeOverridden ( )
typoScriptCanBeOverridden ( )

Method Details

basicRendering() public method

public basicRendering ( )

basicRenderingCrashing() public method

It takes the exceptions and shall produce some log message. The default handler for the tests rethrows the exception TODO: test different exception handlers

basicRenderingReusingTypoScriptVariables() public method

basicRenderingReusingTypoScriptVariablesWithEel() public method

complexExample() public method

public complexExample ( )

complexExample2() public method

public complexExample2 ( )

contentIsNotTrimmed() public method

public contentIsNotTrimmed ( )

eelExpressionCanBeOverridden() public method

plainValueCanBeOverridden() public method

typoScriptCanBeOverridden() public method