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:
parent
bad90dafbf
commit
07576dc169
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user