Skip to content

Commit 5f7a7c4

Browse files
committed
ci: add tests for PHP 8.5
1 parent f386277 commit 5f7a7c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @author GeLo <geloen.eric@gmail.com>
1414
*/
15-
abstract class HttpAdapterTest extends HttpClientTest
15+
abstract class AbstractHttpAdapterTest extends HttpClientTest
1616
{
1717
protected function createHttpAdapter(): ClientInterface
1818
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @author Joel Wurtz <joel.wurtz@gmail.com>
1414
*/
15-
abstract class HttpAsyncAdapterTest extends HttpAsyncClientTest
15+
abstract class AbstractHttpAsyncAdapterTest extends HttpAsyncClientTest
1616
{
1717
protected function createHttpAsyncClient(): HttpAsyncClient
1818
{

0 commit comments

Comments
 (0)