summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-05-06 12:19:53 +0200
committerMichael Wallner <mike@php.net>2014-05-06 12:22:09 +0200
commit416cc83f4e4a506f95e77d07c805d353b5e81ca4 (patch)
tree91b4107789c17fce39ef982ad088accc131d76d9 /tests/basic
parent333638b0d3e0590a9d61f006df976d6f4b19a8b5 (diff)
downloadphp-git-416cc83f4e4a506f95e77d07c805d353b5e81ca4.tar.gz
XFAIL-- for bug #67198
Diffstat (limited to 'tests/basic')
-rw-r--r--tests/basic/bug67198.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basic/bug67198.phpt b/tests/basic/bug67198.phpt
index d28a292afa..9e2e224509 100644
--- a/tests/basic/bug67198.phpt
+++ b/tests/basic/bug67198.phpt
@@ -37,8 +37,6 @@ php_cli_server_start("exit(file_get_contents('php://input'));", false, "-d enabl
var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context));
var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context));
---XFAIL--
-67198 is open
--EXPECT--
string(4) "PASS"
string(4) "PASS"