Skip to content

Commit fc9e40f

Browse files
async http
1 parent f48e35f commit fc9e40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AsyncHttpClientTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
use PHPUnit\Framework\TestCase;
3-
use AsyncHttp\Http\AsyncHttpClient;
3+
//use Async\Http\AsyncHttpClient;
44

55
class AsyncHttpClientTest extends TestCase
66
{
@@ -11,4 +11,4 @@ public function testSimpleGetRequest()
1111
$this->assertStringContainsString('userId', $response->getBody());
1212
}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)