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
556440471a
commit
f8955b7092
|
@ -321,7 +321,7 @@ class UserPluginTest extends TestCase {
|
||||||
['label' => 'Test One', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test1']],
|
['label' => 'Test One', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test1']],
|
||||||
['label' => 'Test Two', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test2']],
|
['label' => 'Test Two', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test2']],
|
||||||
],
|
],
|
||||||
false,
|
true,
|
||||||
false,
|
false,
|
||||||
[
|
[
|
||||||
['test1', $this->getUserMock('test1', 'Test One')],
|
['test1', $this->getUserMock('test1', 'Test One')],
|
||||||
|
|
Loading…
Reference in New Issue