diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-05-04 10:09:37 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-05-04 10:10:12 +0200 |
| commit | b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8 (patch) | |
| tree | 4bbd6c30748c06369114c1e78879bcb4df88b1a1 /tests/notification/submit_post_base.php | |
| parent | da68cfb7758d5b4faeac7b725d011700f398cc10 (diff) | |
| download | forums-b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8.tar forums-b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8.tar.gz forums-b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8.tar.bz2 forums-b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8.tar.xz forums-b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8.zip | |
[ticket/13782] Rename null driver to dummy for PHP7 compatibility
PHPBB3-13782
Diffstat (limited to 'tests/notification/submit_post_base.php')
| -rw-r--r-- | tests/notification/submit_post_base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php index 1412fb8509..d7a711e007 100644 --- a/tests/notification/submit_post_base.php +++ b/tests/notification/submit_post_base.php @@ -72,7 +72,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c $config = new \phpbb\config\config(array('num_topics' => 1,'num_posts' => 1,)); $cache = new \phpbb\cache\service( - new \phpbb\cache\driver\null(), + new \phpbb\cache\driver\dummy(), $config, $db, $phpbb_root_path, |
