fix code style

This commit is contained in:
Morris Jobke 2015-12-01 13:37:32 +01:00
parent e86c847df5
commit 6baed0c998
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ trait Provisioning {
* @Given /^user "([^"]*)" belongs to group "([^"]*)"$/ * @Given /^user "([^"]*)" belongs to group "([^"]*)"$/
*/ */
public function assureUserBelongsToGroup($user, $group){ public function assureUserBelongsToGroup($user, $group){
if (!$this->userBelongsToGroup($user, $group)){ if (!$this->userBelongsToGroup($user, $group)){
$previous_user = $this->currentUser; $previous_user = $this->currentUser;
$this->currentUser = "admin"; $this->currentUser = "admin";
$this->addingUserToGroup($user, $group); $this->addingUserToGroup($user, $group);
@ -431,7 +431,7 @@ trait Provisioning {
$this->theSubadminGroupsShouldBe($groupsList); $this->theSubadminGroupsShouldBe($groupsList);
} }
/** /**
* Parses the xml answer to get the array of users returned. * Parses the xml answer to get the array of users returned.
* @param ResponseInterface $resp * @param ResponseInterface $resp
* @return array * @return array