Skip to content

Commit 33627e1

Browse files
committed
feat: allow PHPUnit 10-11
1 parent bc32889 commit 33627e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testSendWithInvalidUri()
107107
$request = self::$messageFactory->createRequest(
108108
'GET',
109109
$this->getInvalidUri(),
110-
$this->defaultHeaders
110+
self::$defaultHeaders
111111
);
112112

113113
$this->expectException(NetworkExceptionInterface::class);

0 commit comments

Comments
 (0)