summaryrefslogtreecommitdiff
path: root/ext/filter/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/001.phpt')
-rw-r--r--ext/filter/tests/001.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/filter/tests/001.phpt b/ext/filter/tests/001.phpt
deleted file mode 100644
index 9fa9d40c74..0000000000
--- a/ext/filter/tests/001.phpt
+++ /dev/null
@@ -1,9 +0,0 @@
---TEST--
-Simple GET test
---POST--
---GET--
-a=1
---FILE--
-<?php echo $_GET['a']; ?>
---EXPECT--
-1