- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / etag_mode_014.phpt
diff --git a/tests/etag_mode_014.phpt b/tests/etag_mode_014.phpt
deleted file mode 100644 (file)
index bcdefca..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---TEST--
-ob ext/hash etag
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-skipif(!extension_loaded('hash'), 'need ext/hash support');
-?>
---FILE--
-<?php
-ini_set('http.etag.mode', 'sha256');
-http_cache_etag();
-print("abc\n");
-?>
---EXPECTF--
-Content-type: %s
-X-Powered-By: PHP/%s
-Cache-Control: private, must-revalidate, max-age=0
-ETag: "edeaaff3f1774ad2888673770c6d64097e391bc362d7d6fb34982ddf0efd18cb"
-
-abc