PHP Class Neos\Flow\Tests\Unit\Mvc\Controller\CommandControllerTest

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

Protected Properties

Property Type Description
$commandController Neos\Flow\Cli\CommandController
$mockCommandManager Neos\Flow\Cli\CommandManager | PHPUnit_Framework_MockObject_MockObject
$mockConsoleOutput Neos\Flow\Cli\ConsoleOutput | PHPUnit_Framework_MockObject_MockObject
$mockReflectionService Neos\Flow\Reflection\ReflectionService | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
outputReplacesArgumentsInGivenString ( )
outputWritesGivenStringToTheConsoleOutput ( )
processRequestMarksRequestDispatched ( )
processRequestResetsCommandMethodArguments ( )
processRequestThrowsExceptionIfGivenRequestIsNoCliRequest ( )
setUp ( )

Method Details

outputReplacesArgumentsInGivenString() public method

outputWritesGivenStringToTheConsoleOutput() public method

processRequestMarksRequestDispatched() public method

processRequestResetsCommandMethodArguments() public method

processRequestThrowsExceptionIfGivenRequestIsNoCliRequest() public method

setUp() public method

public setUp ( )

Property Details

$commandController protected property

protected CommandController,Neos\Flow\Cli $commandController
return Neos\Flow\Cli\CommandController

$mockCommandManager protected property

protected CommandManager,Neos\Flow\Cli|PHPUnit_Framework_MockObject_MockObject $mockCommandManager
return Neos\Flow\Cli\CommandManager | PHPUnit_Framework_MockObject_MockObject

$mockConsoleOutput protected property

protected ConsoleOutput,Neos\Flow\Cli|PHPUnit_Framework_MockObject_MockObject $mockConsoleOutput
return Neos\Flow\Cli\ConsoleOutput | PHPUnit_Framework_MockObject_MockObject

$mockReflectionService protected property

protected ReflectionService,Neos\Flow\Reflection|PHPUnit_Framework_MockObject_MockObject $mockReflectionService
return Neos\Flow\Reflection\ReflectionService | PHPUnit_Framework_MockObject_MockObject