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 8a43c77 commit 7247a2eCopy full SHA for 7247a2e
tests/HttpAsyncAdapterTest.php renamed to tests/AsyncClientTest.php
@@ -9,7 +9,7 @@
9
/**
10
* @author Stéphane Hulard <stephane@hlrd.me>
11
*/
12
-class HttpAsyncAdapterTest extends HttpAsyncClientTest
+class AsyncClientTest extends HttpAsyncClientTest
13
{
14
15
* @return HttpClient
tests/HttpAdapterTest.php renamed to tests/ClientTest.php
-class HttpAdapterTest extends HttpClientTest
+class ClientTest extends HttpClientTest
0 commit comments