- http_build_url() replaces http_absolute_(url|uri)/http_build_uri;
[m6w6/ext-http] / tests / abs_uri_001.phpt
diff --git a/tests/abs_uri_001.phpt b/tests/abs_uri_001.phpt
deleted file mode 100644 (file)
index e76191e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-http_absolute_uri() with relative paths
---SKIPIF--
-<?php
-include 'skip.inc';
-?>
---FILE--
-<?php
-echo "-TEST\n";
-echo http_absolute_uri('page'), "\n";
-echo http_absolute_uri('with/some/path/'), "\n";
-?>
---EXPECTF--
-%sTEST
-http://localhost/page
-http://localhost/with/some/path/
-