publicfunctiontestPasswordCredentialsAlreadyResolvedThrowsException() { $this->expectException(\LogicException::class); $this->expectExceptionMessage('LDAP authentication password verification cannot be completed because something else has already resolved the PasswordCredentials.');