From 64619407ab97f25d63405c3536a3936679e328d2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 20 Feb 2018 15:02:59 +0100 Subject: [PATCH] fix test --- tests/envresponse003.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/envresponse003.phpt b/tests/envresponse003.phpt index 7a02814..d12c1c6 100644 --- a/tests/envresponse003.phpt +++ b/tests/envresponse003.phpt @@ -18,7 +18,7 @@ $r->setBody(new http\Message\Body(fopen(__FILE__, "rb"))); $r->send(); ?> ---EXPECTHEADERSF-- -Content-Type: text/plain%s +--EXPECTHEADERS-- +Content-Range: bytes 2-4/248 --EXPECTF-- php -- 2.30.2