Fix provisioning API unit test
This commit is contained in:
parent
673a8a1e4a
commit
1af3bca720
|
@ -381,7 +381,7 @@ class GroupsTest extends \Test\TestCase {
|
|||
|
||||
$this->groupManager
|
||||
->method('groupExists')
|
||||
->with('NewGroup')
|
||||
->with('Iñtërnâtiônàlizætiøn')
|
||||
->willReturn(false);
|
||||
|
||||
$this->groupManager
|
||||
|
|
Loading…
Reference in New Issue