PHP Class Neos\Flow\Tests\Unit\Mvc\ViewConfigurationManagerTest

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

Protected Properties

Property Type Description
$mockActionRequest Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject
$mockCache Neos\Cache\Frontend\VariableFrontend | PHPUnit_Framework_MockObject_MockObject
$mockConfigurationManager Neos\Flow\Configuration\ConfigurationManager | PHPUnit_Framework_MockObject_MockObject
$viewConfigurationManager Neos\Flow\Mvc\ViewConfigurationManager

Public Methods

Method Description
getViewConfigurationFindsMatchingConfigurationForRequest ( )
getViewConfigurationUsedFilterConfigurationWithHigherWeight ( )
setUp ( )

Method Details

getViewConfigurationFindsMatchingConfigurationForRequest() public method

getViewConfigurationUsedFilterConfigurationWithHigherWeight() public method

setUp() public method

public setUp ( )

Property Details

$mockActionRequest protected property

protected ActionRequest,Neos\Flow\Mvc|PHPUnit_Framework_MockObject_MockObject $mockActionRequest
return Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject

$mockCache protected property

protected VariableFrontend,Neos\Cache\Frontend|PHPUnit_Framework_MockObject_MockObject $mockCache
return Neos\Cache\Frontend\VariableFrontend | PHPUnit_Framework_MockObject_MockObject

$mockConfigurationManager protected property

protected ConfigurationManager,Neos\Flow\Configuration|PHPUnit_Framework_MockObject_MockObject $mockConfigurationManager
return Neos\Flow\Configuration\ConfigurationManager | PHPUnit_Framework_MockObject_MockObject

$viewConfigurationManager protected property

protected ViewConfigurationManager,Neos\Flow\Mvc $viewConfigurationManager
return Neos\Flow\Mvc\ViewConfigurationManager