mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 02:31:33 -04:00
Fixed unit test: groupsMatchFilter will not be called multiple times anymore.
Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
This commit is contained in:
parent
0a469e8f23
commit
3384e25154
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ class Group_LDAPTest extends TestCase {
|
|||
->method('dn2groupname')
|
||||
->will($this->returnArgument(0));
|
||||
|
||||
$access->expects($this->exactly(3))
|
||||
$access->expects($this->exactly(1))
|
||||
->method('groupsMatchFilter')
|
||||
->will($this->returnArgument(0));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue