diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2003-06-30 18:22:53 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2003-06-30 18:22:53 +0000 |
| commit | 832ffd197040f24d6e2074dc38a8a92885c5e462 (patch) | |
| tree | 41b3d8e5237d03ea769129f08c8ae2ebfcbc7f58 /tests/basic | |
| parent | 00c83984a3b6de3633130670139f8d7b6e5863ef (diff) | |
| download | php-git-832ffd197040f24d6e2074dc38a8a92885c5e462.tar.gz | |
Fix 3 tests that didn't adequately specify the .ini settings they rely on
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/012.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/012.phpt b/tests/basic/012.phpt index 7e70f9a018..3297853286 100644 --- a/tests/basic/012.phpt +++ b/tests/basic/012.phpt @@ -4,6 +4,7 @@ Testing $argc and $argv handling (cli) <?php if(php_sapi_name()!='cli') echo 'skip'; ?> --INI-- register_argc_argv=1 +variables_order=GPS --ARGS-- ab cd ef 123 test --FILE-- |
