PHP Class pharext\CliArgsTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: m6w6/pharext

Protected Properties

Property Type Description
$args pharext\Cli\Args
$spec array

Public Methods

Method Description
testCompile ( )
testLongEquals ( )
testMulti ( )
testOptArg ( )
testParseHalt ( )
testParseNothing ( )
testReqArg ( )
testUnknown ( )
testValidate ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCompile() public method

public testCompile ( )

testLongEquals() public method

public testLongEquals ( )

testMulti() public method

public testMulti ( )

testOptArg() public method

public testOptArg ( )

testParseHalt() public method

public testParseHalt ( )

testParseNothing() public method

public testParseNothing ( )

testReqArg() public method

public testReqArg ( )

testUnknown() public method

public testUnknown ( )

testValidate() public method

public testValidate ( )

Property Details

$args protected property

protected Args,pharext\Cli $args
return pharext\Cli\Args

$spec protected property

protected array $spec
return array