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 09a242a commit 77fe934Copy full SHA for 77fe934
Test/HttpClientTestCase.php
@@ -786,8 +786,6 @@ public function testGetContentAfterDestruct()
786
{
787
$client = $this->getHttpClient(__FUNCTION__);
788
789
- $start = microtime(true);
790
-
791
try {
792
$client->request('GET', 'http://localhost:8057/404');
793
$this->fail(ClientExceptionInterface::class.' expected');
0 commit comments