diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-10-31 00:21:17 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-10-31 00:22:26 +0100 |
commit | dca80c55a9c12ccbe1def5ce7cbeae7974525c13 (patch) | |
tree | 5151136921e4d406e19545354d1050fd78b4548e /tests | |
parent | aca6d3252f3b3ca8aa4aa3251ba2939fc9db101e (diff) | |
download | nextcloud-server-dca80c55a9c12ccbe1def5ce7cbeae7974525c13.tar.gz nextcloud-server-dca80c55a9c12ccbe1def5ce7cbeae7974525c13.zip |
fixing Test_TemplateFunctions
Diffstat (limited to 'tests')
-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 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 { |