mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3602 from s9e/ticket/13828
[ticket/13828] Renamed testing doubles to avoid PHP7 keywords
This commit is contained in:
commit
799d887015
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ $dbname = 'phpbb';
|
||||||
$dbuser = 'root';
|
$dbuser = 'root';
|
||||||
$dbpasswd = '';
|
$dbpasswd = '';
|
||||||
$table_prefix = 'phpbb_';
|
$table_prefix = 'phpbb_';
|
||||||
$acm_type = '\phpbb\cache\driver\null';
|
$acm_type = '\phpbb\cache\driver\dummy';
|
||||||
|
|
|
@ -42,7 +42,7 @@ class phpbb_notification_submit_post_type_topic_test extends phpbb_notification_
|
||||||
),
|
),
|
||||||
)));
|
)));
|
||||||
|
|
||||||
$phpbb_log = $this->getMock('\phpbb\log\null');
|
$phpbb_log = $this->getMock('\phpbb\log\dummy');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue