You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDav.php
* @Then /^the downloaded content should be "([^"]*)" plus end-of-line$/
* @When user :user using password :password downloads the file :fileName using the WebDAV API
* @When the user downloads the file :fileName using the WebDAV API
* @When user :user using password :password downloads the file :fileName using the WebDAV API
* @Then the downloaded content should start with :start
* @Given the HTTP-Request-timeout is set to :seconds seconds
* @Given /^the user has moved (?:file|folder|entry) "([^"]*)" to "([^"]*)"$/
* @When user :user moves entry :source to :destination using the WebDAV API
* @When /^user "([^"]*)" moves the following (?:files|folders|entries)\s?(asynchronously|) using the WebDAV API$/
* @When /^the user copies file "([^"]*)" to "([^"]*)" using the WebDAV API$/
* @Given /^the user has copied file "([^"]*)" to "([^"]*)"$/
Many step defintions in WebDav.php are unused in any scenarios. These are some of them and there are about 50 of them that are unused.
Investigate whether to keep the step defintions and add test coverage for it or remove them.
The text was updated successfully, but these errors were encountered:
Many step defintions in WebDav.php are unused in any scenarios. These are some of them and there are about 50 of them that are unused.
Investigate whether to keep the step defintions and add test coverage for it or remove them.
The text was updated successfully, but these errors were encountered: