diff options
Diffstat (limited to 'tests/test_simple')
-rw-r--r-- | tests/test_simple/.gitignore | 3 | ||||
-rw-r--r-- | tests/test_simple/code.php | 6 | ||||
-rw-r--r-- | tests/test_simple/test.tpl | 1 | ||||
-rw-r--r-- | tests/test_simple/want | 1 |
4 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_simple/.gitignore b/tests/test_simple/.gitignore deleted file mode 100644 index de2a41b..0000000 --- a/tests/test_simple/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -have -*.ast -*.transc.php diff --git a/tests/test_simple/code.php b/tests/test_simple/code.php deleted file mode 100644 index 2712e2b..0000000 --- a/tests/test_simple/code.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -function test_func($ste) -{ - $ste->vars["foo"] = "World"; -} diff --git a/tests/test_simple/test.tpl b/tests/test_simple/test.tpl deleted file mode 100644 index 30a4f22..0000000 --- a/tests/test_simple/test.tpl +++ /dev/null @@ -1 +0,0 @@ -Hello $foo!
\ No newline at end of file diff --git a/tests/test_simple/want b/tests/test_simple/want deleted file mode 100644 index 980a0d5..0000000 --- a/tests/test_simple/want +++ /dev/null @@ -1 +0,0 @@ -Hello World! |