summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_set_option_reqcert_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests/ldap_set_option_reqcert_error.phpt')
-rw-r--r--ext/ldap/tests/ldap_set_option_reqcert_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_set_option_reqcert_error.phpt b/ext/ldap/tests/ldap_set_option_reqcert_error.phpt
index b59879b97a..b23d445955 100644
--- a/ext/ldap/tests/ldap_set_option_reqcert_error.phpt
+++ b/ext/ldap/tests/ldap_set_option_reqcert_error.phpt
@@ -11,7 +11,5 @@ $link = ldap_connect($host, $port);
$result = ldap_set_option($link, LDAP_OPT_X_TLS_REQUIRE_CERT, 9001);
var_dump($result);
?>
-===DONE===
--EXPECT--
bool(false)
-===DONE===