Fixed unit test: groupsMatchFilter will not be called multiple times anymore.

Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
This commit is contained in:
Roland Tapken 2018-02-08 13:14:57 +01:00 committed by Arthur Schiwon
parent 0a469e8f23
commit 3384e25154
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

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