PHP Class Neos\Fusion\Tests\Functional\View\FusionViewTest

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

Protected Properties

Property Type Description
$mockControllerContext Neos\Flow\Mvc\Controller\ControllerContext
$mockFallbackView Neos\Flow\Mvc\View\ViewInterface

Public Methods

Method Description
ifNoTypoScriptViewIsFoundThenFallbackViewIsExecuted ( )
setUp ( ) Initializer
typoScriptViewIsUsedForRendering ( )
typoScriptViewOutputsVariable ( )
typoScriptViewUsesGivenPathIfSet ( )

Protected Methods

Method Description
buildView ( string $controllerObjectName, string $controllerActionName ) : FusionView Prepare a TypoScriptView for testing that Mocks a request with the given controller and action names.

Method Details

buildView() protected method

Prepare a TypoScriptView for testing that Mocks a request with the given controller and action names.
protected buildView ( string $controllerObjectName, string $controllerActionName ) : FusionView
$controllerObjectName string
$controllerActionName string
return Neos\Fusion\View\FusionView

ifNoTypoScriptViewIsFoundThenFallbackViewIsExecuted() public method

setUp() public method

Initializer
public setUp ( )

typoScriptViewIsUsedForRendering() public method

typoScriptViewOutputsVariable() public method

typoScriptViewUsesGivenPathIfSet() public method

Property Details

$mockControllerContext protected property

protected ControllerContext,Neos\Flow\Mvc\Controller $mockControllerContext
return Neos\Flow\Mvc\Controller\ControllerContext

$mockFallbackView protected property

protected ViewInterface,Neos\Flow\Mvc\View $mockFallbackView
return Neos\Flow\Mvc\View\ViewInterface