summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_connect_variation.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests/ldap_connect_variation.phpt')
-rw-r--r--ext/ldap/tests/ldap_connect_variation.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_connect_variation.phpt b/ext/ldap/tests/ldap_connect_variation.phpt
index 09b07e7786..1405e0706f 100644
--- a/ext/ldap/tests/ldap_connect_variation.phpt
+++ b/ext/ldap/tests/ldap_connect_variation.phpt
@@ -29,11 +29,9 @@ var_dump($link);
$link = ldap_connect("nonexistent" . $host);
var_dump($link);
?>
-===DONE===
--EXPECTF--
resource(%d) of type (ldap link)
resource(%d) of type (ldap link)
resource(%d) of type (ldap link)
resource(%d) of type (ldap link)
resource(%d) of type (ldap link)
-===DONE===