aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-10-31 00:21:17 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2012-10-31 00:22:26 +0100
commitdca80c55a9c12ccbe1def5ce7cbeae7974525c13 (patch)
tree5151136921e4d406e19545354d1050fd78b4548e /tests
parentaca6d3252f3b3ca8aa4aa3251ba2939fc9db101e (diff)
downloadnextcloud-server-dca80c55a9c12ccbe1def5ce7cbeae7974525c13.tar.gz
nextcloud-server-dca80c55a9c12ccbe1def5ce7cbeae7974525c13.zip
fixing Test_TemplateFunctions
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 dadfdba5e0c..d6d5a122f42 100644
--- a/tests/lib/template.php
+++ b/tests/lib/template.php
@@ -20,7 +20,7 @@
*
*/
-require_once("lib/template.php");
+require_once("../lib/template.php");
class Test_TemplateFunctions extends UnitTestCase {