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(
|
$responseXmlObject = $this->listFolderAndReturnResponseXml(
|
||||||
$user,
|
$user,
|
||||||
"/",
|
"/",
|
||||||
|
"infinity"
|
||||||
);
|
);
|
||||||
foreach ($elementsSimplified as $expectedElement) {
|
foreach ($elementsSimplified as $expectedElement) {
|
||||||
// Allow the table of expected elements to have entries that do
|
// Allow the table of expected elements to have entries that do
|
||||||
|
|||||||
Reference in New Issue
Block a user