summaryrefslogtreecommitdiff
path: root/ext/filter/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/002.phpt')
-rw-r--r--ext/filter/tests/002.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/filter/tests/002.phpt b/ext/filter/tests/002.phpt
deleted file mode 100644
index 8c20bf95f6..0000000000
--- a/ext/filter/tests/002.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-GET test with 2 values and an empty one
---POST--
---GET--
-a=1&b=&c=3
---FILE--
-<?php echo $_GET['a'];
-echo $_GET['b'];
-echo $_GET['c'];
-?>
---EXPECT--
-13