Skip to content

Commit 5e031c8

Browse files
committed
ci: add tests for PHP 8.5
1 parent 98d836a commit 5e031c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DefaultHttpAdapterWithConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DefaultHttpAdapterWithConfigTest extends HttpClientTest
1313
{
1414
protected function createHttpAdapter(): ClientInterface
1515
{
16-
$this->defaultHeaders['X-Test'] = 'configuration-value';
16+
self::$defaultHeaders['X-Test'] = 'configuration-value';
1717

1818
return Client::createWithConfig([
1919
'headers' => [

0 commit comments

Comments
 (0)