added some deletion logic

This commit is contained in:
Sergio Bertolin 2015-09-29 15:10:10 +00:00 committed by Roeland Jago Douma
parent 7c63a6baa6
commit 186aff5dea
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ class FeatureContext extends BehatContext {
* @When /^creating the group "([^"]*)r"$/
*/
public function creatingTheGroup($group) {
$fullUrl = $this->baseUrl . "v2.php/cloud/users/$user";
$fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/cloud/groups/addgroup" ;
$client = new Client();
$options = [];