From fe1bf12552cec451dbcc7e83d58c2f9c3295185d Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 22 Nov 2011 18:50:57 +0000 Subject: [PATCH] Fix test to remove dependancy over php.net --- .../tests/curl_multi_getcontent_basic3.phpt | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/ext/curl/tests/curl_multi_getcontent_basic3.phpt b/ext/curl/tests/curl_multi_getcontent_basic3.phpt index 0e448cd2e9..ac2a371724 100644 --- a/ext/curl/tests/curl_multi_getcontent_basic3.phpt +++ b/ext/curl/tests/curl_multi_getcontent_basic3.phpt @@ -6,6 +6,9 @@ Rein Velt (rein@velt.org) --SKIPIF-- --FILE-- ---EXPECT-- -User-agent: * -Disallow: /backend/ -Disallow: /distributions/ -Disallow: /stats/ -Disallow: /server-status/ -Disallow: /source.php -Disallow: /search.php -Disallow: /mod.php -Disallow: /manual/add-note.php - -Disallow: /harming/humans -Disallow: /ignoring/human/orders -Disallow: /harm/to/self - +--EXPECTF-- +array(2) { + ["test"]=> + string(7) "getpost" + ["get_param"]=> + string(11) "Hello World" +} +array(0) { +} CURL2 - -- 2.50.1