diff options
Diffstat (limited to 'ext/ldap/tests/ldap_set_option_cafiles_basic.phpt')
-rw-r--r-- | ext/ldap/tests/ldap_set_option_cafiles_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_set_option_cafiles_basic.phpt b/ext/ldap/tests/ldap_set_option_cafiles_basic.phpt index ff93c9de00..492df3bc8b 100644 --- a/ext/ldap/tests/ldap_set_option_cafiles_basic.phpt +++ b/ext/ldap/tests/ldap_set_option_cafiles_basic.phpt @@ -24,7 +24,6 @@ foreach([ var_dump($optionval); } ?> -===DONE=== --EXPECT-- bool(true) string(8) "/foo/bar" @@ -38,4 +37,3 @@ bool(true) string(8) "/foo/bar" bool(true) string(8) "/foo/bar" -===DONE=== |