X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpMessage_005.phpt;fp=tests%2FHttpMessage_005.phpt;h=0000000000000000000000000000000000000000;hp=81dd7dd0106c978ea67d1114252d1d53291e3156;hb=87db9817d428282792c8146d9c2ae9748ebf6f1e;hpb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba diff --git a/tests/HttpMessage_005.phpt b/tests/HttpMessage_005.phpt deleted file mode 100644 index 81dd7dd..0000000 --- a/tests/HttpMessage_005.phpt +++ /dev/null @@ -1,86 +0,0 @@ ---TEST-- -HttpMessage::prepend() ---SKIPIF-- - ---FILE-- -prepend($m2); -$m2 = NULL; -echo $m1->toString(true); - -$m1->prepend($m1->detach(), false); -echo $m1->toString(true); - -echo "Done\n"; -?> ---EXPECTF-- -%aTEST -GET http://example.com/ HTTP/1.0 -HTTP/1.1 200 ok -Server: Funky/2.0 -Content-Type: text/html -Content-Length: 9 - -Hi there! -GET / HTTP/1.1 -Host: example.com -Accept: */* -Connection: close -HTTP/1.1 200 ok -Server: Funky/1.0 -Content-Type: text/plain -Content-Length: 3 - -Hi! -GET http://example.com/ HTTP/1.0 -HTTP/1.1 200 ok -Server: Funky/2.0 -Content-Type: text/html -Content-Length: 9 - -Hi there! -GET / HTTP/1.1 -Host: example.com -Accept: */* -Connection: close -HTTP/1.1 200 ok -Server: Funky/1.0 -Content-Type: text/plain -Content-Length: 3 - -Hi! -HTTP/1.1 200 ok -Server: Funky/1.0 -Content-Type: text/plain -Content-Length: 3 - -Hi! -Done \ No newline at end of file