diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 16:58:37 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-14 02:01:17 +0100 |
commit | eac1c46588d3121a050bda42690444c8888c40dd (patch) | |
tree | ea5aee68bb0247ba88a736fa7d89909519a487db /tests/groupposition | |
parent | 8fc022033a16b50aa07d06af8dc2a2508f0d94a6 (diff) | |
download | forums-eac1c46588d3121a050bda42690444c8888c40dd.tar forums-eac1c46588d3121a050bda42690444c8888c40dd.tar.gz forums-eac1c46588d3121a050bda42690444c8888c40dd.tar.bz2 forums-eac1c46588d3121a050bda42690444c8888c40dd.tar.xz forums-eac1c46588d3121a050bda42690444c8888c40dd.zip |
[ticket/10411] Fix missing functions in unit tests
PHPBB3-10411
Diffstat (limited to 'tests/groupposition')
-rw-r--r-- | tests/groupposition/teampage_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/groupposition/teampage_test.php b/tests/groupposition/teampage_test.php index fd85548eb3..2bb3386419 100644 --- a/tests/groupposition/teampage_test.php +++ b/tests/groupposition/teampage_test.php @@ -7,6 +7,8 @@ * */ +require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php'; +require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; class phpbb_groupposition_teampage_test extends phpbb_database_test_case { |