Added implementation for copy operations
This commit is contained in:
@@ -781,13 +781,14 @@ class SpacesContext implements Context {
|
||||
Assert::assertIsArray($space);
|
||||
Assert::assertNotEmpty($spaceId = $space["id"]);
|
||||
Assert::assertNotEmpty($spaceWebDavUrl = $space["root"]["webDavUrl"]);
|
||||
$headers['Depth'] = 'infinity';
|
||||
$this->featureContext->setResponse(
|
||||
$this->sendPropfindRequestToUrl(
|
||||
$spaceWebDavUrl . '/' . $foldersPath,
|
||||
$user,
|
||||
$this->featureContext->getPasswordForUser($user),
|
||||
"",
|
||||
[],
|
||||
$headers,
|
||||
)
|
||||
);
|
||||
$this->setResponseSpaceId($spaceId);
|
||||
|
||||
Reference in New Issue
Block a user