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 f48e35f commit fc9e40fCopy full SHA for fc9e40f
tests/AsyncHttpClientTest.php
@@ -1,6 +1,6 @@
1
<?php
2
use PHPUnit\Framework\TestCase;
3
-use AsyncHttp\Http\AsyncHttpClient;
+//use Async\Http\AsyncHttpClient;
4
5
class AsyncHttpClientTest extends TestCase
6
{
@@ -11,4 +11,4 @@ public function testSimpleGetRequest()
11
$this->assertStringContainsString('userId', $response->getBody());
12
}
13
14
-}
+}
0 commit comments