summaryrefslogtreecommitdiff
path: root/tests/lang/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/001.phpt')
-rw-r--r--tests/lang/001.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lang/001.phpt b/tests/lang/001.phpt
deleted file mode 100644
index d90e9b8d3d..0000000000
--- a/tests/lang/001.phpt
+++ /dev/null
@@ -1,8 +0,0 @@
---TEST--
-Simple If condition test
---POST--
---GET--
---FILE--
-<?php $a=1; if($a>0) { echo "Yes"; } ?>
---EXPECT--
-Yes