diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-10-28 18:00:51 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-10-28 18:00:51 +0100 |
commit | 4a803fa76909bc7172f68da890d854d0d7a5b903 (patch) | |
tree | 62ce91b1f01d45f58f483f381e4efb955c0e0516 /tests/dump_ast.php | |
parent | 5ebeca22792fa7cdd0f48db3e946b680e1d36c42 (diff) | |
download | ste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.gz ste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.bz2 ste-4a803fa76909bc7172f68da890d854d0d7a5b903.zip |
Fixed wrong include paths.
Diffstat (limited to 'tests/dump_ast.php')
-rw-r--r-- | tests/dump_ast.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dump_ast.php b/tests/dump_ast.php index 418fbc8..ef0a049 100644 --- a/tests/dump_ast.php +++ b/tests/dump_ast.php @@ -1,5 +1,5 @@ <?php -require(dirname(__FILE__) . "/../stupid_template_engine.php"); +require(dirname(__FILE__) . "/../ste.php"); var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-")); |