diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-19 14:17:56 +0000 |
---|---|---|
committer | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-19 14:17:56 +0000 |
commit | ee4a18a16cd964338b417b0a312a6a67c54e7f53 (patch) | |
tree | 5fd610f12a4ceebb4123e0f966062596f75ce621 /build/integration/features/bootstrap | |
parent | 81e0a3ea2211cd2d3ea9d543c2523970be17867c (diff) | |
download | nextcloud-server-ee4a18a16cd964338b417b0a312a6a67c54e7f53.tar.gz nextcloud-server-ee4a18a16cd964338b417b0a312a6a67c54e7f53.zip |
added test about resharing
Diffstat (limited to 'build/integration/features/bootstrap')
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index 9daebd1e165..329b18d151c 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -599,10 +599,10 @@ class FeatureContext implements Context, SnippetAcceptingContext { } /** - * @When /^creating a public share with$/ + * @When /^creating a share with$/ * @param \Behat\Gherkin\Node\TableNode|null $formData */ - public function createPublicShare($body) { + public function creatingShare($body) { $fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/apps/files_sharing/api/v1/shares"; $client = new Client(); $options = []; |