* renaming tests
[m6w6/ext-http] / tests / 030_send_data.phpt
diff --git a/tests/030_send_data.phpt b/tests/030_send_data.phpt
deleted file mode 100644 (file)
index 8db55cf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-http_send_data()
---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
-http_send_content_type('text/plain');
-http_send_data(str_repeat('123abc', 1));
-?>
---EXPECTREGEX--
-.+\s+.+\s+(abc|[123abc]{,100000})
\ No newline at end of file