add result property to Case (re #36)
[phpt.git] / tests / Case / Parser / simple-test-case.phpt-
blobea2904945af3fffd053adbef59ebd305f314d7d6
1 --TEST--
2 This is a sample test case to show that "Hello World" can be echoed
3 --FILE--
4 <?php
6 echo "Hello World\n";
8 ?>
9 ===DONE===
10 --EXPECT--
11 Hello World
12 ===DONE===