mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
Merge branch 'ticket/17107' into ticket/17107-master
This commit is contained in:
@@ -19,7 +19,11 @@ class phpbb_viewonline_helper_test extends phpbb_test_case
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->viewonline_helper = new \phpbb\viewonline_helper();
|
||||
$db = $this->getMockBuilder('\phpbb\db\driver\mysqli')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
|
||||
$this->viewonline_helper = new \phpbb\viewonline_helper($db);
|
||||
}
|
||||
|
||||
public function session_pages_data()
|
||||
|
Reference in New Issue
Block a user