diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-02 21:46:27 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-02 21:46:27 +0100 |
commit | 2dbf2c69deaf2bb8bdf02d4539756f8f6d2b9738 (patch) | |
tree | c7d07646c4b9847af028196aac157f42955713df /tests | |
parent | a1c37d4be5ce8d6fa95b19465193ea51676a1766 (diff) | |
download | nextcloud-server-2dbf2c69deaf2bb8bdf02d4539756f8f6d2b9738.tar.gz nextcloud-server-2dbf2c69deaf2bb8bdf02d4539756f8f6d2b9738.zip |
fix inlude path for template test
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 d6d5a122f42..dadfdba5e0c 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 { |