We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c5d9c commit 78a943bCopy full SHA for 78a943b
1 file changed
tests/ideas/ideas_base.php
@@ -26,9 +26,6 @@ static protected function setup_extensions()
26
/** @var \phpbb\language\language */
27
protected $lang;
28
29
- /** @var \phpbb\log\log */
30
- protected $log;
31
-
32
/** @var \phpbb\user */
33
protected $user;
34
@@ -60,9 +57,6 @@ public function setUp()
60
57
$this->lang,
61
58
'\phpbb\datetime'
62
59
));
63
- $this->log = $this->getMockBuilder('\phpbb\log\log')
64
- ->disableOriginalConstructor()
65
- ->getMock();
66
$this->php_ext = $phpEx;
67
$request = $this->getMock('\phpbb\request\request');
68
}
@@ -78,7 +72,6 @@ protected function get_ideas_object()
78
72
$this->config,
79
73
$this->db,
80
74
81
- $this->log,
82
75
$this->user,
83
76
'phpbb_ideas_ideas',
84
77
'phpbb_ideas_votes',
0 commit comments