1
0
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:
Tristan Darricau 2014-08-18 16:27:09 +02:00 committed by Tristan Darricau
parent 0f789f4d5a
commit 556504df24

View File

@ -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;