summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-11-06 00:10:45 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-11-06 00:10:45 +0100
commit73d59bd397ba8b54ee47e19132ec6970751ad070 (patch)
tree331f8694ede4b83e5c7b81ea21c257ecc758ef24 /tests
parentc63f6c74edfe5efc1781b48918d171d21e3e3495 (diff)
parent4d052c1eeee8c99a3f0a0d10b8e57d209ba2cb3a (diff)
downloadnextcloud-server-73d59bd397ba8b54ee47e19132ec6970751ad070.tar.gz
nextcloud-server-73d59bd397ba8b54ee47e19132ec6970751ad070.zip
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Diffstat (limited to 'tests')
-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 {