PHP Class Neos\Flow\Tests\Unit\Http\Component\ComponentChainTest

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

Protected Properties

Property Type Description
$componentChain Neos\Flow\Http\Component\ComponentChain
$mockComponentContext Neos\Flow\Http\Component\ComponentContext | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
handleProcessesConfiguredComponents ( )
handleResetsTheCancelParameterIfItWasTrue ( )
handleReturnsIfNoComponentsAreConfigured ( )
handleStopsProcessingIfAComponentCancelsTheCurrentChain ( )
setUp ( )

Method Details

handleProcessesConfiguredComponents() public method

handleResetsTheCancelParameterIfItWasTrue() public method

handleReturnsIfNoComponentsAreConfigured() public method

handleStopsProcessingIfAComponentCancelsTheCurrentChain() public method

setUp() public method

public setUp ( )

Property Details

$componentChain protected property

protected ComponentChain,Neos\Flow\Http\Component $componentChain
return Neos\Flow\Http\Component\ComponentChain

$mockComponentContext protected property

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