gmarche/vendor/phpunit/phpunit/tests/TextUI/phpt-args.phpt

13 lines
149 B
Plaintext
Raw Permalink Normal View History

2019-10-25 00:13:47 +02:00
--TEST--
PHPT runner supports ARGS section
--ARGS--
help
--FILE--
<?php
if ($argc > 0 && $argv[1] == 'help') {
echo 'Help';
}
?>
--EXPECT--
Help