PHP 클래스 Neos\Flow\Tests\Unit\Mvc\DispatchComponentTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatchComponent Neos\Flow\Mvc\DispatchComponent
$mockActionRequest Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject
$mockComponentContext Neos\Flow\Http\Component\ComponentContext | PHPUnit_Framework_MockObject_MockObject
$mockDispatcher Neos\Flow\Mvc\Dispatcher | PHPUnit_Framework_MockObject_MockObject
$mockHttpRequest Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject
$mockHttpResponse Neos\Flow\Http\Response | PHPUnit_Framework_MockObject_MockObject
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject
$mockPropertyMapper Neos\Flow\Property\PropertyMapper | PHPUnit_Framework_MockObject_MockObject
$mockPropertyMappingConfiguration Neos\Flow\Property\PropertyMappingConfiguration | PHPUnit_Framework_MockObject_MockObject
$mockSecurityContext Neos\Flow\Security\Context | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
handleDispatchesTheRequest ( )
handleDoesNotSetDefaultControllerAndActionNameIfTheyAreSetAlready ( )
handleMergesArgumentsWithRoutingMatchResults ( array $requestArguments, array $requestBodyArguments, array $routingMatchResults = null, array $expectedArguments )
handleMergesArgumentsWithRoutingMatchResultsDataProvider ( ) : array
handleMergesInternalArgumentsWithRoutingMatchResults ( )
handleSetsActionRequestArgumentsIfARouteMatches ( )
handleSetsDefaultControllerAndActionNameIfTheyAreNotSetYet ( )
handleSetsRequestInSecurityContext ( )
handleStoresTheActionRequestInTheComponentContext ( )
setUp ( ) : void

메소드 상세

handleDispatchesTheRequest() 공개 메소드

handleDoesNotSetDefaultControllerAndActionNameIfTheyAreSetAlready() 공개 메소드

handleMergesArgumentsWithRoutingMatchResults() 공개 메소드

public handleMergesArgumentsWithRoutingMatchResults ( array $requestArguments, array $requestBodyArguments, array $routingMatchResults = null, array $expectedArguments )
$requestArguments array
$requestBodyArguments array
$routingMatchResults array
$expectedArguments array

handleMergesArgumentsWithRoutingMatchResultsDataProvider() 공개 메소드

handleMergesInternalArgumentsWithRoutingMatchResults() 공개 메소드

handleSetsActionRequestArgumentsIfARouteMatches() 공개 메소드

handleSetsDefaultControllerAndActionNameIfTheyAreNotSetYet() 공개 메소드

handleSetsRequestInSecurityContext() 공개 메소드

handleStoresTheActionRequestInTheComponentContext() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

프로퍼티 상세

$dispatchComponent 보호되어 있는 프로퍼티

protected DispatchComponent,Neos\Flow\Mvc $dispatchComponent
리턴 Neos\Flow\Mvc\DispatchComponent

$mockActionRequest 보호되어 있는 프로퍼티

protected ActionRequest,Neos\Flow\Mvc|PHPUnit_Framework_MockObject_MockObject $mockActionRequest
리턴 Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject

$mockComponentContext 보호되어 있는 프로퍼티

protected ComponentContext,Neos\Flow\Http\Component|PHPUnit_Framework_MockObject_MockObject $mockComponentContext
리턴 Neos\Flow\Http\Component\ComponentContext | PHPUnit_Framework_MockObject_MockObject

$mockDispatcher 보호되어 있는 프로퍼티

protected Dispatcher,Neos\Flow\Mvc|PHPUnit_Framework_MockObject_MockObject $mockDispatcher
리턴 Neos\Flow\Mvc\Dispatcher | PHPUnit_Framework_MockObject_MockObject

$mockHttpRequest 보호되어 있는 프로퍼티

protected Request,Neos\Flow\Http|PHPUnit_Framework_MockObject_MockObject $mockHttpRequest
리턴 Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject

$mockHttpResponse 보호되어 있는 프로퍼티

protected Response,Neos\Flow\Http|PHPUnit_Framework_MockObject_MockObject $mockHttpResponse
리턴 Neos\Flow\Http\Response | PHPUnit_Framework_MockObject_MockObject

$mockObjectManager 보호되어 있는 프로퍼티

protected ObjectManagerInterface,Neos\Flow\ObjectManagement|PHPUnit_Framework_MockObject_MockObject $mockObjectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject

$mockPropertyMapper 보호되어 있는 프로퍼티

protected PropertyMapper,Neos\Flow\Property|PHPUnit_Framework_MockObject_MockObject $mockPropertyMapper
리턴 Neos\Flow\Property\PropertyMapper | PHPUnit_Framework_MockObject_MockObject

$mockPropertyMappingConfiguration 보호되어 있는 프로퍼티

protected PropertyMappingConfiguration,Neos\Flow\Property|PHPUnit_Framework_MockObject_MockObject $mockPropertyMappingConfiguration
리턴 Neos\Flow\Property\PropertyMappingConfiguration | PHPUnit_Framework_MockObject_MockObject

$mockSecurityContext 보호되어 있는 프로퍼티

protected Context,Neos\Flow\Security|PHPUnit_Framework_MockObject_MockObject $mockSecurityContext
리턴 Neos\Flow\Security\Context | PHPUnit_Framework_MockObject_MockObject