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.
1 parent ffd32c3 commit 74c32a0Copy full SHA for 74c32a0
Tests/LdapTestCase.php
@@ -9,7 +9,7 @@ class LdapTestCase extends TestCase
9
protected function getLdapConfig()
10
{
11
$h = @ldap_connect(getenv('LDAP_HOST'), getenv('LDAP_PORT'));
12
- @ldap_set_option($h, LDAP_OPT_PROTOCOL_VERSION, 3);
+ @ldap_set_option($h, \LDAP_OPT_PROTOCOL_VERSION, 3);
13
14
if (!$h || !@ldap_bind($h)) {
15
$this->markTestSkipped('No server is listening on LDAP_HOST:LDAP_PORT');
0 commit comments