Change array element order to fix failing test
This commit is contained in:
parent
a4f270a9ce
commit
32d9563359
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ class Test_Provisioning_Api_Groups extends PHPUnit_Framework_TestCase {
|
|||
|
||||
$group = uniqid();
|
||||
\OC_Group::createGroup($group);
|
||||
\OC_Group::addToGroup($users[1], $group);
|
||||
\OC_Group::addToGroup($users[0], $group);
|
||||
\OC_Group::addToGroup($users[1], $group);
|
||||
|
||||
\OC_SubAdmin::createSubAdmin($users[0], $group);
|
||||
|
||||
|
|
Loading…
Reference in a new issue