diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-17 14:43:17 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-17 16:19:23 +0200 |
commit | b18fe1203aafb41d8e9e18a776bf415fa060bf4b (patch) | |
tree | 5a02491b9dbb08421a594c5651045e4a64073a57 /tests/notification/group_request_test.php | |
parent | fe8096753566f4beb708e9070d8789eebdd1e70b (diff) | |
download | forums-b18fe1203aafb41d8e9e18a776bf415fa060bf4b.tar forums-b18fe1203aafb41d8e9e18a776bf415fa060bf4b.tar.gz forums-b18fe1203aafb41d8e9e18a776bf415fa060bf4b.tar.bz2 forums-b18fe1203aafb41d8e9e18a776bf415fa060bf4b.tar.xz forums-b18fe1203aafb41d8e9e18a776bf415fa060bf4b.zip |
[ticket/12990] Fix unit tests
PHPBB3-12990
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r-- | tests/notification/group_request_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php index 14ed4ff62c..afbc586601 100644 --- a/tests/notification/group_request_test.php +++ b/tests/notification/group_request_test.php @@ -25,8 +25,8 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas return array_merge( parent::get_notification_types(), array( - 'group_request', - 'group_request_approved', + 'notification.type.group_request', + 'notification.type.group_request_approved', ) ); } |