Removed old tests
This commit is contained in:
parent
c98939d33f
commit
c3092eb688
2 changed files with 0 additions and 17 deletions
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
require 'ncc';
|
||||
import('net.nosial.optslib', 'latest');
|
||||
|
||||
$parse = \OptsLib\Parse::getArguments();
|
||||
var_dump($parse);
|
||||
|
||||
$parse = \OptsLib\Parse::getArguments('exec');
|
||||
var_dump($parse);
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
require 'ncc';
|
||||
import('net.nosial.optslib', 'latest');
|
||||
|
||||
$parse = \OptsLib\Parse::parseArgument('test --foo=bar --baz=qux --quux --corge --grault=garply --waldo --fred --plugh --xyzzy --thud');
|
||||
var_dump($parse);
|
Loading…
Add table
Reference in a new issue