Remove unneeded behat method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
a642a40f3f
commit
db65bc6fff
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue