mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'github-marc1706/ticket/12822' into develop-ascraeus
* github-marc1706/ticket/12822: [ticket/12822] Correctly call \phpbb\user in avatar manager test
This commit is contained in:
commit
96005ceb9e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue