X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsplit_response_001.phpt;fp=tests%2Fsplit_response_001.phpt;h=0000000000000000000000000000000000000000;hp=f3d73a5e7aab8408adeb1e621f01746019f3b2c7;hb=0d925a2820b9d75b8e32c451fd400863e51e22fe;hpb=1d37eec22d2a073acd8785431621c26c2312a246 diff --git a/tests/split_response_001.phpt b/tests/split_response_001.phpt deleted file mode 100644 index f3d73a5..0000000 --- a/tests/split_response_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -http_split_response() ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -%sTEST -array ( - 0 => - array ( - 'Response Status' => '200 Ok', - 'Content-Type' => 'text/plain', - 'Content-Language' => 'de-AT', - 'Date' => 'Sat, 22 Jan 2005 18:10:02 GMT', - ), - 1 => 'Hallo Du!', -) -Done -