Merge pull request #5308 from nextcloud/fix_running_only_dav_tests
add missing parent::setUp that broke any other dav app test
This commit is contained in:
commit
e99bcc496d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue