aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-05-18 10:36:17 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-05-18 10:36:17 -0400
commit20b4df2853c46b2ddf61a21911f1255d0a22af73 (patch)
tree8cc0687849f130d42fc8089f9ae3e2f38ab41a3a /tests/template
parent7d911e0bc1475ee769bfd3849d1eca6db7cc95d2 (diff)
downloadforums-20b4df2853c46b2ddf61a21911f1255d0a22af73.tar
forums-20b4df2853c46b2ddf61a21911f1255d0a22af73.tar.gz
forums-20b4df2853c46b2ddf61a21911f1255d0a22af73.tar.bz2
forums-20b4df2853c46b2ddf61a21911f1255d0a22af73.tar.xz
forums-20b4df2853c46b2ddf61a21911f1255d0a22af73.zip
[feature/template-engine] Delete useless template require.
It is now handled by autoloading. PHPBB3-9726
Diffstat (limited to 'tests/template')
-rw-r--r--tests/template/template_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php
index 09f0de3046..ca43e89922 100644
--- a/tests/template/template_test.php
+++ b/tests/template/template_test.php
@@ -8,7 +8,6 @@
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
-require_once dirname(__FILE__) . '/../../phpBB/includes/template.php';
require_once dirname(__FILE__) . '/template_test_case.php';
class phpbb_template_template_test extends phpbb_template_template_test_case