PHP Class Neos\Flow\Tests\Unit\Mvc\Routing\RoutingComponentTest

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

Protected Properties

Property Type Description
$mockComponentContext Neos\Flow\Http\Component\ComponentContext | PHPUnit_Framework_MockObject_MockObject
$mockConfigurationManager Neos\Flow\Configuration\ConfigurationManager | PHPUnit_Framework_MockObject_MockObject
$mockHttpRequest Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject
$mockRouter Neos\Flow\Mvc\Routing\Router | PHPUnit_Framework_MockObject_MockObject
$routingComponent Neos\Flow\Mvc\Routing\RoutingComponent

Public Methods

Method Description
handleStoresRouterMatchResultsInTheComponentContext ( )
setUp ( ) Sets up this test case

Method Details

handleStoresRouterMatchResultsInTheComponentContext() public method

setUp() public method

Sets up this test case
public setUp ( )

Property Details

$mockComponentContext protected property

protected ComponentContext,Neos\Flow\Http\Component|PHPUnit_Framework_MockObject_MockObject $mockComponentContext
return Neos\Flow\Http\Component\ComponentContext | 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

$mockHttpRequest protected property

protected Request,Neos\Flow\Http|PHPUnit_Framework_MockObject_MockObject $mockHttpRequest
return Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject

$mockRouter protected property

protected Router,Neos\Flow\Mvc\Routing|PHPUnit_Framework_MockObject_MockObject $mockRouter
return Neos\Flow\Mvc\Routing\Router | PHPUnit_Framework_MockObject_MockObject

$routingComponent protected property

protected RoutingComponent,Neos\Flow\Mvc\Routing $routingComponent
return Neos\Flow\Mvc\Routing\RoutingComponent