We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f386277 commit 5f7a7c4Copy full SHA for 5f7a7c4
tests/HttpAdapterTest.php tests/AbstractHttpAdapterTest.phptests/HttpAdapterTest.php renamed to tests/AbstractHttpAdapterTest.php
@@ -12,7 +12,7 @@
12
/**
13
* @author GeLo <geloen.eric@gmail.com>
14
*/
15
-abstract class HttpAdapterTest extends HttpClientTest
+abstract class AbstractHttpAdapterTest extends HttpClientTest
16
{
17
protected function createHttpAdapter(): ClientInterface
18
tests/HttpAsyncAdapterTest.php tests/AbstractHttpAsyncAdapterTest.phptests/HttpAsyncAdapterTest.php renamed to tests/AbstractHttpAsyncAdapterTest.php
* @author Joel Wurtz <joel.wurtz@gmail.com>
-abstract class HttpAsyncAdapterTest extends HttpAsyncClientTest
+abstract class AbstractHttpAsyncAdapterTest extends HttpAsyncClientTest
protected function createHttpAsyncClient(): HttpAsyncClient
0 commit comments