mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
Merge pull request #9406 from prashant-gurung899/list-folders-depth-infinity
[full-ci][tests-only] allow depth:infinity to list folders
This commit is contained in:
@@ -2053,6 +2053,7 @@ trait WebDav {
|
||||
$responseXmlObject = $this->listFolderAndReturnResponseXml(
|
||||
$user,
|
||||
"/",
|
||||
"infinity"
|
||||
);
|
||||
foreach ($elementsSimplified as $expectedElement) {
|
||||
// Allow the table of expected elements to have entries that do
|
||||
|
||||
Reference in New Issue
Block a user