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

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

Protected Properties

Property Type Description
$componentChainFactory Neos\Flow\Http\Component\ComponentChainFactory
$mockComponent Neos\Flow\Http\Component\ComponentInterface | PHPUnit_Framework_MockObject_MockObject
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
createInitializesComponentsInTheRightOrderAccordingToThePositionDirective ( )
createThrowsExceptionIfComponentClassNameDoesNotImplementComponentInterface ( )
createThrowsExceptionIfComponentClassNameIsNotConfigured ( )
setUp ( )

Method Details

createInitializesComponentsInTheRightOrderAccordingToThePositionDirective() public method

createThrowsExceptionIfComponentClassNameDoesNotImplementComponentInterface() public method

createThrowsExceptionIfComponentClassNameIsNotConfigured() public method

setUp() public method

public setUp ( )

Property Details

$componentChainFactory protected property

protected ComponentChainFactory,Neos\Flow\Http\Component $componentChainFactory
return Neos\Flow\Http\Component\ComponentChainFactory

$mockComponent protected property

protected ComponentInterface,Neos\Flow\Http\Component|PHPUnit_Framework_MockObject_MockObject $mockComponent
return Neos\Flow\Http\Component\ComponentInterface | PHPUnit_Framework_MockObject_MockObject

$mockObjectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement|PHPUnit_Framework_MockObject_MockObject $mockObjectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject