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:
e89ea33
)
Fix #120 test failing with 8.1.0RC1
121/head
author
Remi Collet
<remi@remirepo.net>
Wed, 1 Sep 2021 09:59:31 +0000
(11:59 +0200)
committer
Remi Collet
<remi@remirepo.net>
Wed, 1 Sep 2021 09:59:31 +0000
(11:59 +0200)
tests/client012.phpt
patch
|
blob
|
history
diff --git
a/tests/client012.phpt
b/tests/client012.phpt
index 0e72628b64277d4280099d6442ab08ac7bce4ced..5dd15133dea9179e483db8bfe1efb9050cd7c172 100644
(file)
--- a/
tests/client012.phpt
+++ b/
tests/client012.phpt
@@
-26,6
+26,8
@@
var_dump(
$client->attach($observer = new class implements SplObserver {
public $data = [];
+
+ #[ReturnTypeWillChange]
function update(SplSubject $client, $req = null, $progress = null) {
$ti = $client->getTransferInfo($req);
if (isset($ti->tls_session["internals"])) {