In case the group backend returns $limit or more results it is expected to contain more results
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
51922caa5f
commit
a0cbf16d9b
|
@ -328,7 +328,7 @@ class UserPluginTest extends TestCase {
|
||||||
['label' => 'Test One', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test1'], 'status' => []],
|
['label' => 'Test One', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test1'], 'status' => []],
|
||||||
['label' => 'Test Two', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test2'], 'status' => []],
|
['label' => 'Test Two', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test2'], 'status' => []],
|
||||||
],
|
],
|
||||||
false,
|
true,
|
||||||
false,
|
false,
|
||||||
[
|
[
|
||||||
['test1', $this->getUserMock('test1', 'Test One')],
|
['test1', $this->getUserMock('test1', 'Test One')],
|
||||||
|
|
Loading…
Reference in New Issue