diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index 013afae4d5..e690fdcec7 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -610,16 +610,6 @@ trait WebDav { return $response; } - /** - * @Then /^as "([^"]*)" gets properties of file "([^"]*)" with$/ - * @param string $user - * @param string $path - * @param \Behat\Gherkin\Node\TableNode|null $propertiesTable - */ - public function asGetsPropertiesOfFileWith($user, $path, $propertiesTable) { - $this->asGetsPropertiesOfFolderWith($user, $path, $propertiesTable); - } - /** * @Given user :user stores etag of element :path */