test: fix tests and issue tags

test: fix properties namespace
This commit is contained in:
Saw-jan
2024-08-02 09:31:26 +05:45
parent d8c74a30a2
commit f976386ee2
6 changed files with 54 additions and 70 deletions
+3 -3
View File
@@ -146,7 +146,7 @@ class WebDavHelper {
$property = $propertyParts[1];
}
if ($namespacePrefix){
if ($namespacePrefix) {
$propertyBody .= "<$namespacePrefix:$property/>";
} else {
$propertyBody .= "<$property/>";
@@ -418,7 +418,7 @@ class WebDavHelper {
):ResponseInterface {
if (!$properties) {
$properties = [
'getetag', 'resourcetype'
'd:getetag', 'd:resourcetype'
];
}
return self::propfind(
@@ -940,7 +940,7 @@ class WebDavHelper {
$user,
$password,
$resource,
["getlastmodified"],
["d:getlastmodified"],
$xRequestId,
"0",
"files",