diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-07-19 22:53:28 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-08-05 17:50:26 +0200 |
commit | 25103698040977fd0d655d6e658157a07bb24990 (patch) | |
tree | adc3687849dbca43955f701f29684fe63d0a7b70 /tests/notification | |
parent | [ticket/12143] Avoid no output from get_group_name() (diff) | |
download | phpbb-25103698040977fd0d655d6e658157a07bb24990.tar.gz phpbb-25103698040977fd0d655d6e658157a07bb24990.tar.bz2 phpbb-25103698040977fd0d655d6e658157a07bb24990.zip |
[ticket/12143] Fix tests after rebase
PHPBB3-12143
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/fixtures/services_notification.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/notification/fixtures/services_notification.yml b/tests/notification/fixtures/services_notification.yml index 7eaa7e81ec..e0a404b12b 100644 --- a/tests/notification/fixtures/services_notification.yml +++ b/tests/notification/fixtures/services_notification.yml @@ -23,6 +23,9 @@ services: cache.driver: synthetic: true + group_helper: + synthetic: true + path_helper: synthetic: true |