mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-31 13:48:04 +01:00
[ticket/12692] Fix tests
PHPBB3-12692
This commit is contained in:
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->user = $this->getMock('\phpbb\user');
|
||||
$this->user = $this->getMock('\phpbb\user', array(), array('\phpbb\datetime'));
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
$this->phpEx = $phpEx;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user