Remove unneeded behat method

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-11-02 22:51:13 +01:00
parent a642a40f3f
commit db65bc6fff
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 0 additions and 10 deletions

View File

@ -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
*/