XFAIL-- for bug #67198

This commit is contained in:
Michael Wallner 2014-05-06 12:19:53 +02:00
parent 5bdfa4d1c6
commit 66c177c770

View File

@ -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"