PHP 클래스 Redaxscript\Tests\Console\ParserTest

부터: 3.0.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_request object instance of the request class

공개 메소드들

메소드 설명
providerGetArgument ( ) : array providerGetArgument
providerGetOption ( ) : array providerGetOption
setUp ( ) setUp
tearDown ( ) tearDown
testGetAndSetArgument ( ) testGetAndSetArgument
testGetAndSetOption ( ) testGetAndSetOption
testGetArgument ( array $argumentArray = [], array $expectArray = [] ) testGetArgument
testGetArgumentInvalid ( ) testGetArgumentInvalid
testGetOption ( array $argumentArray = [], array $expectArray = [] ) testGetOption
testGetOptionInvalid ( ) testGetOptionInvalid
testInit ( ) testInit

메소드 상세

providerGetArgument() 공개 메소드

providerGetArgument
부터: 3.0.0
public providerGetArgument ( ) : array
리턴 array

providerGetOption() 공개 메소드

providerGetOption
부터: 3.0.0
public providerGetOption ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 3.0.0
public setUp ( )

tearDown() 공개 메소드

tearDown
부터: 3.0.0
public tearDown ( )

testGetAndSetArgument() 공개 메소드

testGetAndSetArgument
부터: 3.0.0

testGetAndSetOption() 공개 메소드

testGetAndSetOption
부터: 3.0.0
public testGetAndSetOption ( )

testGetArgument() 공개 메소드

testGetArgument
부터: 3.0.0
public testGetArgument ( array $argumentArray = [], array $expectArray = [] )
$argumentArray array
$expectArray array

testGetArgumentInvalid() 공개 메소드

testGetArgumentInvalid
부터: 3.0.0

testGetOption() 공개 메소드

testGetOption
부터: 3.0.0
public testGetOption ( array $argumentArray = [], array $expectArray = [] )
$argumentArray array
$expectArray array

testGetOptionInvalid() 공개 메소드

testGetOptionInvalid
부터: 3.0.0

testInit() 공개 메소드

testInit
부터: 3.0.0
public testInit ( )

프로퍼티 상세

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

instance of the request class
protected object $_request
리턴 object