diff options
| author | Adam Harvey <aharvey@php.net> | 2015-01-06 01:22:59 +0000 |
|---|---|---|
| committer | Adam Harvey <aharvey@php.net> | 2015-01-06 01:22:59 +0000 |
| commit | 0cc2810498a56e263f2e1dd77f1f42e6c53dc99e (patch) | |
| tree | be5c3086066956e205d74cddcf9141bd8ab87c65 /sapi/cli/tests/bug61977.phpt | |
| parent | 339139f876aff8adacec89814c1278608976668f (diff) | |
| download | php-git-0cc2810498a56e263f2e1dd77f1f42e6c53dc99e.tar.gz | |
Allow CLI server test scripts to specify the name of the router file.
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
Diffstat (limited to 'sapi/cli/tests/bug61977.phpt')
| -rw-r--r-- | sapi/cli/tests/bug61977.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/bug61977.phpt b/sapi/cli/tests/bug61977.phpt index 09a6ba6d23..d897737c3c 100644 --- a/sapi/cli/tests/bug61977.phpt +++ b/sapi/cli/tests/bug61977.phpt @@ -7,7 +7,7 @@ include "skipif.inc"; --FILE-- <?php include "php_cli_server.inc"; -php_cli_server_start('<?php ?>', true); +php_cli_server_start('<?php ?>', null); /* * If a Mime Type is added in php_cli_server.c, add it to this array and update |
