Skip to content

Commit 6bc316d

Browse files
committed
Testing
1 parent ad18a94 commit 6bc316d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/test-linux/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ runs:
4949
--offline \
5050
--show-diff \
5151
--show-slow 1000 \
52-
--set-timeout 120
52+
--set-timeout 120 \
53+
ext/ldap/tests/ldap_sasl_bind_error.phpt

ext/ldap/tests/ldap_sasl_bind_error.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', "realm", "Manag
3232

3333
// Invalid DN syntax
3434
var_dump(ldap_sasl_bind($link, "unexistingProperty=weirdValue,$user", $sasl_passwd));
35+
36+
ldap_unbind($link);
3537
?>
3638
--CLEAN--
3739
<?php

0 commit comments

Comments
 (0)