summaryrefslogtreecommitdiff
path: root/tests
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:21:43 +0200
commit66c177c77064cd7435f924c7d94d6366296d7963 (patch)
treec85acf8c50b93b8f212f71d36db9b67cfbb28c48 /tests
parent5bdfa4d1c6042f7ba9d9492bea805db025e6995a (diff)
downloadphp-git-66c177c77064cd7435f924c7d94d6366296d7963.tar.gz
XFAIL-- for bug #67198
Diffstat (limited to 'tests')
-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"