aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/group_request_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-04 10:11:28 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-04 10:11:28 +0200
commit232f71dae43df9794184961431aca81d0e4652da (patch)
treebf49de5e5e66ad37d552d2fda7781fc92f3f4721 /tests/notification/group_request_test.php
parentb3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8 (diff)
downloadforums-232f71dae43df9794184961431aca81d0e4652da.tar
forums-232f71dae43df9794184961431aca81d0e4652da.tar.gz
forums-232f71dae43df9794184961431aca81d0e4652da.tar.bz2
forums-232f71dae43df9794184961431aca81d0e4652da.tar.xz
forums-232f71dae43df9794184961431aca81d0e4652da.zip
[ticket/13782] Rename null log to dummy for PHP7 compatibility
PHPBB3-13782
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r--tests/notification/group_request_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php
index 6a56a38c45..a24808fbbd 100644
--- a/tests/notification/group_request_test.php
+++ b/tests/notification/group_request_test.php
@@ -50,7 +50,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
$this->cache->get_driver()
));
$phpbb_dispatcher = new phpbb_mock_event_dispatcher;
- $phpbb_log = new \phpbb\log\null();
+ $phpbb_log = new \phpbb\log\dummy();
$this->get_test_case_helpers()->set_s9e_services();
// Now on to the actual test