Merge pull request #5352 from nextcloud/fix_running_only_dav_tests_stable12
[stable12] add missing parent::setUp that broke any other dav app test
This commit is contained in:
commit
86b4ebc457
|
@ -40,6 +40,7 @@ class AvatarHomeTest extends TestCase {
|
|||
private $avatarManager;
|
||||
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
$this->avatarManager = $this->createMock(IAvatarManager::class);
|
||||
$this->home = new AvatarHome(['uri' => 'principals/users/admin'], $this->avatarManager);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue