소스 검색

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

Loading…
취소
저장