projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
2deab3b
)
fix test with non-openssl
author
Michael Wallner
<mike@php.net>
Sun, 15 Feb 2015 09:28:44 +0000
(10:28 +0100)
committer
Michael Wallner
<mike@php.net>
Sun, 15 Feb 2015 09:28:44 +0000
(10:28 +0100)
tests/client012.phpt
patch
|
blob
|
history
diff --git
a/tests/client012.phpt
b/tests/client012.phpt
index 8db3afcc2c3807fcfcd80c25b4ef85e4bae432d5..306f26eb9d3101c52e7538b1b44d220e4b85374d 100644
(file)
--- a/
tests/client012.phpt
+++ b/
tests/client012.phpt
@@
-26,7
+26,7
@@
$client->send();
$ti = (array) $client->getTransferInfo($req);
var_dump(array_key_exists("ssl_engines", $ti));
-var_dump(0 < count($ti["ssl_engines"]));
+var_dump(0 < count($ti["ssl_engines"]
|| $ti["tls_session"]["backend"] != "openssl"
));
?>
Done
--EXPECTF--