Skip to content

Commit

Permalink
Adjust tests, remove restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Feb 27, 2020
1 parent a36fb05 commit 74c6df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/WizardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ private function prepareLdapWrapperForConnections() {
//dummy value, usually invalid
->will($this->returnValue(true));

$this->ldap->expects($this->exactly(3))
->method('setOption')
$this->ldap->method('setOption')
->will($this->returnValue(true));

$this->ldap->expects($this->once())
Expand Down

0 comments on commit 74c6df0

Please sign in to comment.