浏览代码

fix code style

tags/v9.0beta1
Morris Jobke 8 年前
父节点
当前提交
6baed0c998
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      build/integration/features/bootstrap/Provisioning.php

+ 2
- 2
build/integration/features/bootstrap/Provisioning.php 查看文件

@@ -175,7 +175,7 @@ trait Provisioning {
* @Given /^user "([^"]*)" belongs to group "([^"]*)"$/
*/
public function assureUserBelongsToGroup($user, $group){
if (!$this->userBelongsToGroup($user, $group)){
if (!$this->userBelongsToGroup($user, $group)){
$previous_user = $this->currentUser;
$this->currentUser = "admin";
$this->addingUserToGroup($user, $group);
@@ -431,7 +431,7 @@ trait Provisioning {
$this->theSubadminGroupsShouldBe($groupsList);
}

/**
/**
* Parses the xml answer to get the array of users returned.
* @param ResponseInterface $resp
* @return array

正在加载...
取消
保存