summaryrefslogtreecommitdiffstats
path: root/tests/lib/template.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-11-05 21:26:59 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2012-11-05 21:26:59 +0100
commitf9226f170e503752664cd8152e0211a6564f340d (patch)
treed2e1a27065dd1eb03df1100c0fdadab64046f903 /tests/lib/template.php
parent972243d5640c40b1f161e50f31404c71d7c290c0 (diff)
downloadnextcloud-server-f9226f170e503752664cd8152e0211a6564f340d.tar.gz
nextcloud-server-f9226f170e503752664cd8152e0211a6564f340d.zip
fixes #266
Diffstat (limited to 'tests/lib/template.php')
-rw-r--r--tests/lib/template.php2
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 {