diff options
author | Sergio BertolĂn <sbertolin@solidgear.es> | 2016-08-30 06:47:39 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-06 13:57:54 +0200 |
commit | 7744cb5240c4aa9f974ae7198a1c0a31c92d19a9 (patch) | |
tree | a7503a39b422c2bb7eb7544f91d70197a6725868 /build/integration/features/bootstrap/WebDav.php | |
parent | 4873f0800beb13204648267744e1b6a02abea18c (diff) | |
download | nextcloud-server-7744cb5240c4aa9f974ae7198a1c0a31c92d19a9.tar.gz nextcloud-server-7744cb5240c4aa9f974ae7198a1c0a31c92d19a9.zip |
Orphaned shares test and some requirements
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build/integration/features/bootstrap/WebDav.php')
-rw-r--r-- | build/integration/features/bootstrap/WebDav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index ad29f28e105..5eccfdf2f85 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -455,7 +455,7 @@ trait WebDav { } /** - * @When User :user deletes file :file + * @When User :user deletes (file|folder) :file * @param string $user * @param string $file */ |