浏览代码

Closes #606: Add expected standart output

Signed-off-by: Marcela Bonell <[email protected]>
Marcela Bonell 10 年之前
父节点
当前提交
89df16ffd4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 0
      test/tests/php-hello-world/expected-std-out.txt
  2. 1 2
      test/tests/php-hello-world/index.php

+ 1 - 0
test/tests/php-hello-world/expected-std-out.txt

@@ -0,0 +1 @@
+Hello World!

+ 1 - 2
test/tests/php-hello-world/index.php

@@ -1,2 +1 @@
-<?php echo "Hello World!"; ?> 
-
+<?php echo "Hello World!"; ?>