Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/
Upload File :
Current File : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/phpt-args.phpt

--TEST--
PHPT runner supports ARGS section
--ARGS--
help
--FILE--
<?php
if ($argc > 0 && $argv[1] == 'help') {
    print 'Help';
}
?>
--EXPECT--
Help