Fix provisioning API unit test

This commit is contained in:
Roeland Jago Douma 2015-12-23 08:31:20 +01:00 committed by Morris Jobke
parent 673a8a1e4a
commit 1af3bca720
1 changed files with 1 additions and 1 deletions

View File

@ -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