aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/group_request_test.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-11-14 01:35:13 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-11-17 21:54:02 +0100
commit21c8985fe85d54facc9dce59f6b7cbd293b21ade (patch)
tree58f01c941e4efcc61fe5ad4414c77e813149be7d /tests/notification/group_request_test.php
parent765d72d1941cd8c9aafa3a8b75cfd0372ee9db33 (diff)
downloadforums-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar
forums-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar.gz
forums-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar.bz2
forums-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar.xz
forums-21c8985fe85d54facc9dce59f6b7cbd293b21ade.zip
[ticket/13338] Add include statements for dependencies.
PHPBB3-13338
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r--tests/notification/group_request_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php
index afbc586601..0d1bda95ce 100644
--- a/tests/notification/group_request_test.php
+++ b/tests/notification/group_request_test.php
@@ -12,6 +12,7 @@
*/
require_once dirname(__FILE__) . '/base.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
class phpbb_notification_group_request_test extends phpbb_tests_notification_base
{