diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-18 16:27:09 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 09:21:51 +0200 |
commit | 556504df24a72d0cd5fbbd5b266f815f1353ab4c (patch) | |
tree | c19d44702f180622366084033ec2b3a820e230a4 /tests/console | |
parent | [ticket/12692] Fix languages files (diff) | |
download | phpbb-556504df24a72d0cd5fbbd5b266f815f1353ab4c.tar.gz phpbb-556504df24a72d0cd5fbbd5b266f815f1353ab4c.tar.bz2 phpbb-556504df24a72d0cd5fbbd5b266f815f1353ab4c.zip |
[ticket/12692] Fix tests
PHPBB3-12692
Diffstat (limited to 'tests/console')
-rw-r--r-- | tests/console/thumbnail_test.php | 2 |
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; |