mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/12692] Fix tests
PHPBB3-12692
This commit is contained in:
committed by
Tristan Darricau
parent
0f789f4d5a
commit
556504df24
@@ -47,7 +47,7 @@ class phpbb_console_command_thumbnail_test extends phpbb_database_test_case
|
|||||||
));
|
));
|
||||||
|
|
||||||
$this->db = $this->db = $this->new_dbal();
|
$this->db = $this->db = $this->new_dbal();
|
||||||
$this->user = $this->getMock('\phpbb\user');
|
$this->user = $this->getMock('\phpbb\user', array(), array('\phpbb\datetime'));
|
||||||
$this->phpbb_root_path = $phpbb_root_path;
|
$this->phpbb_root_path = $phpbb_root_path;
|
||||||
$this->phpEx = $phpEx;
|
$this->phpEx = $phpEx;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user