\OC::$server->query(EncryptionLegacyCipher::class),
\OC::$server->query(EncryptionMigration::class),
\OC::$server->get(ShippedDashboardEnable::class),
+ \OC::$server->get(RepairDavShares::class)
];
}
new Collation(\OC::$server->getConfig(), \OC::$server->getLogger(), $connection, true),
new SqliteAutoincrement($connection),
new SaveAccountsTableData($connection, $config),
- new DropAccountTermsTable($connection)
+ new DropAccountTermsTable($connection),
];
return $steps;
['updatedPrincipalUri', 'principals/groups/' . urlencode('family friends')],
['shareId', 7],
['updatedPrincipalUri', 'principals/groups/' . urlencode('Wants Repair')],
- ['shareId', 1],
+ ['shareId', 1]
)
->willReturnSelf();
$updateMock->expects($this->exactly(2))