PHP 클래스 pharext\CliArgsTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: m6w6/pharext

보호된 프로퍼티들

프로퍼티 타입 설명
$args pharext\Cli\Args
$spec array

공개 메소드들

메소드 설명
testCompile ( )
testLongEquals ( )
testMulti ( )
testOptArg ( )
testParseHalt ( )
testParseNothing ( )
testReqArg ( )
testUnknown ( )
testValidate ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testCompile() 공개 메소드

public testCompile ( )

testLongEquals() 공개 메소드

public testLongEquals ( )

testMulti() 공개 메소드

public testMulti ( )

testOptArg() 공개 메소드

public testOptArg ( )

testParseHalt() 공개 메소드

public testParseHalt ( )

testParseNothing() 공개 메소드

public testParseNothing ( )

testReqArg() 공개 메소드

public testReqArg ( )

testUnknown() 공개 메소드

public testUnknown ( )

testValidate() 공개 메소드

public testValidate ( )

프로퍼티 상세

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

protected Args,pharext\Cli $args
리턴 pharext\Cli\Args

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

protected array $spec
리턴 array