From fdbe2e9521aa54ec6e0b70c1cb0f532248e531e4 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 01:29:11 +0200 Subject: Fixed ste:get Didn't work at all before. The varname was not passed correctly. Also added the test case that showed this. --- tests/test.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.php') diff --git a/tests/test.php b/tests/test.php index c765fb4..79fb69d 100644 --- a/tests/test.php +++ b/tests/test.php @@ -19,5 +19,6 @@ class TestStorage implements \ste\StorageAccess { } $ste = new \ste\STECore(new TestStorage()); +$ste->mute_runtime_errors = false; test_func($ste); echo $ste->exectemplate("test.tpl"); -- cgit v1.2.3-54-g00ecf