let DEV_2 be trunk
[m6w6/ext-http] / tests / ob_inflatehandler_001.phpt
diff --git a/tests/ob_inflatehandler_001.phpt b/tests/ob_inflatehandler_001.phpt
deleted file mode 100644 (file)
index 5d352b4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-ob_inflatehandler
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-skipif(!http_support(HTTP_SUPPORT_ENCODINGS), "need zlib");
-?>
---FILE--
-<?php
-ob_start('ob_inflatehandler');
-echo http_deflate("TEST\n");
-?>
---EXPECTF--
-%aTEST
-