* dep files
authorMichael Wallner <mike@php.net>
Tue, 15 Mar 2005 19:54:25 +0000 (19:54 +0000)
committerMichael Wallner <mike@php.net>
Tue, 15 Mar 2005 19:54:25 +0000 (19:54 +0000)
tests/data.txt [new file with mode: 0644]
tests/skip.inc [new file with mode: 0644]

diff --git a/tests/data.txt b/tests/data.txt
new file mode 100644 (file)
index 0000000..2426113
--- /dev/null
@@ -0,0 +1,10 @@
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
+0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
diff --git a/tests/skip.inc b/tests/skip.inc
new file mode 100644 (file)
index 0000000..64dba34
--- /dev/null
@@ -0,0 +1,4 @@
+<?php 
+extension_loaded('http') or die('skip ext/http not available');
+strncasecmp(PHP_SAPI, 'CLI', 3) or die('skip cannot run tests with CLI');
+?>
\ No newline at end of file