diff options
Diffstat (limited to 'ext/ldap/tests/ldap_bind_variation.phpt')
-rw-r--r-- | ext/ldap/tests/ldap_bind_variation.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_bind_variation.phpt b/ext/ldap/tests/ldap_bind_variation.phpt index 4aed3180ee..6fa4c202f9 100644 --- a/ext/ldap/tests/ldap_bind_variation.phpt +++ b/ext/ldap/tests/ldap_bind_variation.phpt @@ -14,7 +14,5 @@ $link = ldap_connect($host, $port); ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); var_dump(ldap_bind($link, $user, $passwd)); ?> -===DONE=== --EXPECT-- bool(true) -===DONE=== |