summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_mod_replace_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests/ldap_mod_replace_error.phpt')
-rw-r--r--ext/ldap/tests/ldap_mod_replace_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_mod_replace_error.phpt b/ext/ldap/tests/ldap_mod_replace_error.phpt
index b920ebafad..6a12107651 100644
--- a/ext/ldap/tests/ldap_mod_replace_error.phpt
+++ b/ext/ldap/tests/ldap_mod_replace_error.phpt
@@ -21,7 +21,6 @@ var_dump(ldap_mod_replace($link, "weirdAttribute=val", array()));
// Invalid attributes
var_dump(ldap_mod_replace($link, "$base", array('dc')));
?>
-===DONE===
--CLEAN--
<?php
require "connect.inc";
@@ -37,4 +36,3 @@ bool(false)
Warning: ldap_mod_replace(): Unknown attribute in the data in %s on line %d
bool(false)
-===DONE===