Skip to content

Commit 77fe934

Browse files
[HttpClient] remove useless code in test
1 parent 09a242a commit 77fe934

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Test/HttpClientTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,6 @@ public function testGetContentAfterDestruct()
786786
{
787787
$client = $this->getHttpClient(__FUNCTION__);
788788

789-
$start = microtime(true);
790-
791789
try {
792790
$client->request('GET', 'http://localhost:8057/404');
793791
$this->fail(ClientExceptionInterface::class.' expected');

0 commit comments

Comments
 (0)