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
e7c506cff1
commit
459b8a4845
|
@ -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 New Issue