diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-09 23:33:44 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-10 00:30:50 +0200 |
commit | f7b06ca12db9da519d49ce334eaf96573d003c0f (patch) | |
tree | 30cf8c1e44e0ed92f57afd5f15c6ebff69bfeead /tests/template | |
parent | 1d26398faab3459e52dd951299df6e0a2fc66e7d (diff) | |
download | forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.gz forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.bz2 forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.xz forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.zip |
[feature/template-engine] Move template.php to includes/template
This allows making use of autoloading.
PHPBB3-9726
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/template_compile_test.php | 1 | ||||
-rw-r--r-- | tests/template/template_test_case.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/template/template_compile_test.php b/tests/template/template_compile_test.php index bfd4e03406..769c7c2680 100644 --- a/tests/template/template_compile_test.php +++ b/tests/template/template_compile_test.php @@ -8,7 +8,6 @@ */ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; -require_once dirname(__FILE__) . '/../../phpBB/includes/template.php'; class phpbb_template_template_compile_test extends phpbb_test_case { diff --git a/tests/template/template_test_case.php b/tests/template/template_test_case.php index e7c12065cc..cab1aa3d4f 100644 --- a/tests/template/template_test_case.php +++ b/tests/template/template_test_case.php @@ -8,7 +8,6 @@ */ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; -require_once dirname(__FILE__) . '/../../phpBB/includes/template.php'; class phpbb_template_template_test_case extends phpbb_test_case { |