Removed old tests

This commit is contained in:
netkas 2024-09-24 00:38:54 -04:00
parent c98939d33f
commit c3092eb688
2 changed files with 0 additions and 17 deletions

View file

@ -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);

View file

@ -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);