fix for travis
[m6w6/ext-http] / tests / url001.phpt
index cd792f29688d894a7680498ad88da5534a83941a..e1bc2504875273bcfc98f75593f222f5225d2a9e 100644 (file)
@@ -1,7 +1,9 @@
 --TEST--
 url from env
 --SKIPIF--
-<? include "skippif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
 --ENV--
 SERVER_PORT=55555
 HTTP_HOST=example.com
@@ -21,5 +23,5 @@ http://example.com:55555/?s=b&i=0&e=&a[]=1&a[]=2
 http://example.com:55555/index?s=b&i=0&e=&a[]=1&a[]=2
 https://example.com/?s=b&i=0&e=&a[]=1&a[]=2
 http://example.com:55555/index.php/
-http://localhost/
+
 DONE