1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 12:05:37 +02:00

[ticket/12822] Correctly call \phpbb\user in avatar manager test

PHPBB3-12822
This commit is contained in:
Marc Alexander 2014-08-11 18:04:20 +02:00
parent bad90dafbf
commit 07576dc169

View File

@ -91,7 +91,7 @@ class phpbb_avatar_manager_test extends \phpbb_database_test_case
// Set up avatar manager
$this->manager = new \phpbb\avatar\manager($this->config, $avatar_drivers, $phpbb_container);
$this->db = $this->new_dbal();
$this->user = new \phpbb\user();
$this->user = new \phpbb\user('\phpbb\datetime');
}
protected function avatar_drivers()