added some deletion logic
This commit is contained in:
parent
7c63a6baa6
commit
186aff5dea
|
@ -121,7 +121,6 @@ class FeatureContext extends BehatContext {
|
||||||
* @When /^creating the group "([^"]*)r"$/
|
* @When /^creating the group "([^"]*)r"$/
|
||||||
*/
|
*/
|
||||||
public function creatingTheGroup($group) {
|
public function creatingTheGroup($group) {
|
||||||
$fullUrl = $this->baseUrl . "v2.php/cloud/users/$user";
|
|
||||||
$fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/cloud/groups/addgroup" ;
|
$fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/cloud/groups/addgroup" ;
|
||||||
$client = new Client();
|
$client = new Client();
|
||||||
$options = [];
|
$options = [];
|
||||||
|
|
Loading…
Reference in New Issue