From 40172e252b9141f76a50413e7ae58ba686bd7c2a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 27 Nov 2015 15:38:45 +0100 Subject: [PATCH] Use depth 1 and valid properties to get a list --- build/integration/features/bootstrap/WebDav.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index f38c7bec75..20c2d0f799 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -78,7 +78,8 @@ trait WebDav{ $client = new SClient($settings); $response = $client->propfind($this->davPath . "/", array( - '{DAV:}displayname', + '{DAV:}getetag', + 1 )); print_r($response);