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.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/lang/001.phpt b/tests/lang/001.phpt
deleted file mode 100644
index 71df318478..0000000000
--- a/tests/lang/001.phpt
+++ /dev/null
@@ -1,6 +0,0 @@
---TEST--
-Simple If condition test
---FILE--
-<?php $a=1; if($a>0) { echo "Yes"; } ?>
---EXPECT--
-Yes