소스 검색

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!"; ?>