Signed-off-by: Joas Schilling <coding@schilljs.com>
return [
'dav' => [
'chunking' => '1.0',
-// disabled because of https://github.com/nextcloud/desktop/issues/4243
-// 'bulkupload' => '1.0',
+ // disabled because of https://github.com/nextcloud/desktop/issues/4243
+ // 'bulkupload' => '1.0',
]
];
}
$expected = [
'dav' => [
'chunking' => '1.0',
- 'bulkupload' => '1.0',
+ // disabled because of https://github.com/nextcloud/desktop/issues/4243
+ // 'bulkupload' => '1.0',
],
];
$this->assertSame($expected, $capabilities->getCapabilities());