Skip to content

Commit 3d7496a

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

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/CurlHttpAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author GeLo <geloen.eric@gmail.com>
1111
*/
12-
class CurlHttpAdapterTest extends HttpAdapterTest
12+
class CurlHttpAdapterTest extends AbstractHttpAdapterTest
1313
{
1414
protected function createHandler()
1515
{

tests/CurlHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
12-
class CurlHttpAsyncAdapterTest extends HttpAsyncAdapterTest
12+
class CurlHttpAsyncAdapterTest extends AbstractHttpAsyncAdapterTest
1313
{
1414
protected function createHandler()
1515
{

tests/MultiCurlHttpAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author GeLo <geloen.eric@gmail.com>
1111
*/
12-
class MultiCurlHttpAdapterTest extends HttpAdapterTest
12+
class MultiCurlHttpAdapterTest extends AbstractHttpAdapterTest
1313
{
1414
protected function createHandler()
1515
{

tests/MultiCurlHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
12-
class MultiCurlHttpAsyncAdapterTest extends HttpAsyncAdapterTest
12+
class MultiCurlHttpAsyncAdapterTest extends AbstractHttpAsyncAdapterTest
1313
{
1414
protected function createHandler()
1515
{

tests/StreamHttpAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author GeLo <geloen.eric@gmail.com>
1111
*/
12-
class StreamHttpAdapterTest extends HttpAdapterTest
12+
class StreamHttpAdapterTest extends AbstractHttpAdapterTest
1313
{
1414
protected function createHandler()
1515
{

tests/StreamHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
12-
class StreamHttpAsyncAdapterTest extends HttpAsyncAdapterTest
12+
class StreamHttpAsyncAdapterTest extends AbstractHttpAsyncAdapterTest
1313
{
1414
protected function createHandler()
1515
{

0 commit comments

Comments
 (0)