upgrade test suite to 5.3
[m6w6/ext-http] / tests / HttpResponse_005.phpt
index e7b2cdbbe764806480008dcc49dbc6b7d261cbb2..afa768c8f5b568099442546be8a3ef63e25e8061 100644 (file)
@@ -4,7 +4,7 @@ HttpResponse file not found
 <?php
 include 'skip.inc';
 checkcgi();
-checkmin(5.1);
+checkmin(5.3);
 ?>
 --FILE--
 <?php
@@ -17,9 +17,8 @@ HttpResponse::setFile("__nonexistant__.pdf");
 HttpResponse::send();
 ?>
 --EXPECTF--
-Status: 404
+Status: 404%s
 X-Powered-By: PHP/%s
 Content-Type: text/plain
-Content-Disposition:
 
 File not found