Moved old tests
This commit is contained in:
parent
e93fd81002
commit
b751b39548
12 changed files with 33 additions and 13 deletions
5
tests/old_tests/example_project/scripts/unit.php
Normal file
5
tests/old_tests/example_project/scripts/unit.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
echo 'Hello World!' . PHP_EOL;
|
||||
echo 'What is your name? ';
|
||||
$name = trim(fgets(STDIN));
|
||||
echo "Hello $name" . PHP_EOL;
|
Loading…
Add table
Add a link
Reference in a new issue