diff options
Diffstat (limited to 'ext/filter/tests/001.phpt')
| -rw-r--r-- | ext/filter/tests/001.phpt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/filter/tests/001.phpt b/ext/filter/tests/001.phpt new file mode 100644 index 0000000..2755a57 --- /dev/null +++ b/ext/filter/tests/001.phpt @@ -0,0 +1,8 @@ +--TEST-- +Simple GET test +--GET-- +a=1 +--FILE-- +<?php echo $_GET['a']; ?> +--EXPECT-- +1 |
