mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Add missing constructor argument
This commit is contained in:
parent
ff67cbc6af
commit
2fff203c59
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ abstract class AbstractCalDavBackendTest extends TestCase {
|
|||
->willReturn([self::UNIT_TEST_GROUP]);
|
||||
|
||||
$db = \OC::$server->getDatabaseConnection();
|
||||
$this->config = \OC::$server->getConfig();
|
||||
$this->backend = new CalDavBackend($db, $this->principal, $this->userManager, $config);
|
||||
$this->config = \OC::$server->getConfig();
|
||||
$this->backend = new CalDavBackend($db, $this->principal, $this->userManager, $this->config);
|
||||
|
||||
$this->tearDown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue