diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-11-05 21:26:59 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-11-05 21:26:59 +0100 |
commit | f9226f170e503752664cd8152e0211a6564f340d (patch) | |
tree | d2e1a27065dd1eb03df1100c0fdadab64046f903 /tests/lib/template.php | |
parent | 972243d5640c40b1f161e50f31404c71d7c290c0 (diff) | |
download | nextcloud-server-f9226f170e503752664cd8152e0211a6564f340d.tar.gz nextcloud-server-f9226f170e503752664cd8152e0211a6564f340d.zip |
fixes #266
Diffstat (limited to 'tests/lib/template.php')
-rw-r--r-- | tests/lib/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/template.php b/tests/lib/template.php index 32ae4aca590..736bc95255c 100644 --- a/tests/lib/template.php +++ b/tests/lib/template.php @@ -20,7 +20,7 @@ * */ -require_once("lib/template.php"); +OC::autoload('OC_Template'); class Test_TemplateFunctions extends UnitTestCase { |