We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e698e71 + 890d13b commit 2b49865Copy full SHA for 2b49865
tests/Unit/LdapTest.php
@@ -121,7 +121,7 @@ public function testFindAndBindBadPassword()
121
$ldap_set_option->expects($this->exactly(12));
122
123
//
124
- $this->getFunctionMock("App\\Models", "ldap_bind")->expects($this->exactly(4))->willReturn(
+ $this->getFunctionMock("App\\Models", "ldap_bind")->expects($this->exactly(3))->willReturn(
125
true, /* initial admin connection for 'fast path' */
126
false, /* the actual login for the user */
127
false, /* the direct login for the user binding-as-themselves in the legacy path */
0 commit comments