summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_next_attribute_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests/ldap_next_attribute_error.phpt')
-rw-r--r--ext/ldap/tests/ldap_next_attribute_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_next_attribute_error.phpt b/ext/ldap/tests/ldap_next_attribute_error.phpt
index 9d668d9c1b..e01297da50 100644
--- a/ext/ldap/tests/ldap_next_attribute_error.phpt
+++ b/ext/ldap/tests/ldap_next_attribute_error.phpt
@@ -18,7 +18,6 @@ var_dump(
ldap_next_attribute($link, $entry)
);
?>
-===DONE===
--CLEAN--
<?php
include "connect.inc";
@@ -29,4 +28,3 @@ remove_dummy_data($link, $base);
--EXPECTF--
Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found in result entry in %s on line %d
bool(false)
-===DONE===