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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
createInitializesComponentsInTheRightOrderAccordingToThePositionDirective ( )
createThrowsExceptionIfComponentClassNameDoesNotImplementComponentInterface ( )
createThrowsExceptionIfComponentClassNameIsNotConfigured ( )
setUp ( )

Method Details

createInitializesComponentsInTheRightOrderAccordingToThePositionDirective() public méthode

createThrowsExceptionIfComponentClassNameDoesNotImplementComponentInterface() public méthode

createThrowsExceptionIfComponentClassNameIsNotConfigured() public méthode

setUp() public méthode

public setUp ( )

Property Details

$componentChainFactory protected_oe property

protected ComponentChainFactory,Neos\Flow\Http\Component $componentChainFactory
Résultat Neos\Flow\Http\Component\ComponentChainFactory

$mockComponent protected_oe property

protected ComponentInterface,Neos\Flow\Http\Component|PHPUnit_Framework_MockObject_MockObject $mockComponent
Résultat Neos\Flow\Http\Component\ComponentInterface | PHPUnit_Framework_MockObject_MockObject

$mockObjectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement|PHPUnit_Framework_MockObject_MockObject $mockObjectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface | PHPUnit_Framework_MockObject_MockObject