diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/WebDav.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index 013afae4d5a..e690fdcec76 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -611,16 +611,6 @@ trait WebDav { } /** - * @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 */ public function userStoresEtagOfElement($user, $path){ |