diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-11-14 01:35:13 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-11-17 21:54:02 +0100 |
commit | 21c8985fe85d54facc9dce59f6b7cbd293b21ade (patch) | |
tree | 58f01c941e4efcc61fe5ad4414c77e813149be7d /tests/notification | |
parent | [ticket/13338] Do not use the _test.php suffix for abstract test case classes. (diff) | |
download | phpbb-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar.gz phpbb-21c8985fe85d54facc9dce59f6b7cbd293b21ade.tar.bz2 phpbb-21c8985fe85d54facc9dce59f6b7cbd293b21ade.zip |
[ticket/13338] Add include statements for dependencies.
PHPBB3-13338
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/group_request_test.php | 1 |
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 { |