Browse Source

Closes #606: Add file structure and PHP hello world

Signed-off-by: Marcela Bonell <[email protected]>
Marcela Bonell 10 years ago
parent
commit
430a3cf0cc
2 changed files with 8 additions and 0 deletions
  1. 8 0
      test/tests/php-hello-world/index.php
  2. 0 0
      test/tests/php-hello-world/run.sh

+ 8 - 0
test/tests/php-hello-world/index.php

@@ -0,0 +1,8 @@
+<html>
+	<head>
+  		<title>PHP Test</title>
+ 	</head>
+ 	<body>
+ 		<?php echo "<p>Hello World</p>"; ?> 
+ 	</body>
+</html>

+ 0 - 0
test/tests/php-hello-world/run.sh