* renaming tests
[m6w6/ext-http] / tests / 001_date.phpt
diff --git a/tests/001_date.phpt b/tests/001_date.phpt
deleted file mode 100644 (file)
index 7bd8b64..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-http_date() with timestamp
---SKIPIF--
-<?php 
-extension_loaded('http') or die('ext/http not available');
-strncasecmp(PHP_SAPI, 'CLI', 3) or die('cannot run tests with CLI');
-?>
---FILE--
-<?php
-echo http_date(1), "\n";
-echo http_date(1234567890), "\n";
-?>
---EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
-Thu, 01 Jan 1970 00:00:01 GMT
-Fri, 13 Feb 2009 23:31:30 GMT