PHP 클래스 Neos\Flow\Tests\Unit\Cli\CommandTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$command Neos\Flow\Cli\Command
$methodReflection Neos\Flow\Reflection\MethodReflection

공개 메소드들

메소드 설명
commandIdentifiers ( ) : array
constructRendersACommandIdentifierByTheGivenControllerAndCommandName ( $controllerClassName, $commandName, $expectedCommandIdentifier )
dummyMethod ( string $arg ) Method used to construct some test objects locally
getArgumentDefinitionsReturnsArrayOfArgumentDefinitionIfCommandExpectsArguments ( )
getArgumentDefinitionsReturnsEmptyArrayIfCommandExpectsNoArguments ( )
hasArgumentsReturnsFalseIfCommandExpectsNoArguments ( )
hasArgumentsReturnsTrueIfCommandExpectsArguments ( )
setUp ( ) : void

메소드 상세

commandIdentifiers() 공개 메소드

public commandIdentifiers ( ) : array
리턴 array

constructRendersACommandIdentifierByTheGivenControllerAndCommandName() 공개 메소드

public constructRendersACommandIdentifierByTheGivenControllerAndCommandName ( $controllerClassName, $commandName, $expectedCommandIdentifier )

dummyMethod() 공개 메소드

Method used to construct some test objects locally
public dummyMethod ( string $arg )
$arg string

getArgumentDefinitionsReturnsArrayOfArgumentDefinitionIfCommandExpectsArguments() 공개 메소드

getArgumentDefinitionsReturnsEmptyArrayIfCommandExpectsNoArguments() 공개 메소드

hasArgumentsReturnsFalseIfCommandExpectsNoArguments() 공개 메소드

hasArgumentsReturnsTrueIfCommandExpectsArguments() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

프로퍼티 상세

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

protected Command,Neos\Flow\Cli $command
리턴 Neos\Flow\Cli\Command

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

protected MethodReflection,Neos\Flow\Reflection $methodReflection
리턴 Neos\Flow\Reflection\MethodReflection