aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/console/thumbnail_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/thumbnail_test.php b/tests/console/thumbnail_test.php
index 6af8e7e174..094d8ca051 100644
--- a/tests/console/thumbnail_test.php
+++ b/tests/console/thumbnail_test.php
@@ -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;