mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/13828] Renamed testing doubles to avoid PHP7 keywords
PHPBB3-13828
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user