diff options
Diffstat (limited to 'tests/test.php')
-rw-r--r-- | tests/test.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |