aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-02 22:51:13 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-11-02 22:51:13 +0100
commitdb65bc6fffbf4b71e98ae5684c6543a692c46d0b (patch)
tree3bcf319510a239900ed5a4e8e313c7c9733a7429 /build
parenta642a40f3fb0a1d90df99578e78091dc7bf668ad (diff)
downloadnextcloud-server-db65bc6fffbf4b71e98ae5684c6543a692c46d0b.tar.gz
nextcloud-server-db65bc6fffbf4b71e98ae5684c6543a692c46d0b.zip
Remove unneeded behat method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/WebDav.php10
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){