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/test.php | |
parent | 5ebeca22792fa7cdd0f48db3e946b680e1d36c42 (diff) | |
download | ste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.gz ste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.bz2 ste-4a803fa76909bc7172f68da890d854d0d7a5b903.zip |
Fixed wrong include paths.
Diffstat (limited to 'tests/test.php')
-rw-r--r-- | tests/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.php b/tests/test.php index 41713dc..c765fb4 100644 --- a/tests/test.php +++ b/tests/test.php @@ -1,6 +1,6 @@ <?php -require(dirname(__FILE__) . "/../stupid_template_engine.php"); +require(dirname(__FILE__) . "/../ste.php"); require("code.php"); class TestStorage implements \ste\StorageAccess { |