aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-07 22:45:39 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-07 22:45:39 +0100
commit69616db1ed2ed21db14e2253851a9d76998072d0 (patch)
tree00a452f6e1813d8fa75e21d6600d82ebcbc67d29 /tests/template
parenta469e804930e66c244da27deb4dc94b5e280659f (diff)
downloadforums-69616db1ed2ed21db14e2253851a9d76998072d0.tar
forums-69616db1ed2ed21db14e2253851a9d76998072d0.tar.gz
forums-69616db1ed2ed21db14e2253851a9d76998072d0.tar.bz2
forums-69616db1ed2ed21db14e2253851a9d76998072d0.tar.xz
forums-69616db1ed2ed21db14e2253851a9d76998072d0.zip
[ticket/9981] Fix unit test dependencies
PHPBB3-9981
Diffstat (limited to 'tests/template')
-rw-r--r--tests/template/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template/template.php b/tests/template/template.php
index 861adf63e8..35df17e4c6 100644
--- a/tests/template/template.php
+++ b/tests/template/template.php
@@ -7,6 +7,7 @@
*
*/
+require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/template.php';
class phpbb_template_template_test extends phpbb_test_case