summaryrefslogtreecommitdiff
path: root/ext/filter/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/006.phpt')
-rw-r--r--ext/filter/tests/006.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/filter/tests/006.phpt b/ext/filter/tests/006.phpt
deleted file mode 100644
index 5ad6c12c33..0000000000
--- a/ext/filter/tests/006.phpt
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-filter() test
---POST--
-foo=<b>abc</b>
---GET--
---FILE--
-<?php
-echo filter(FILTER_POST, 'foo', FILTER_HTML);
-?>
---EXPECT--
-abc