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 13ec25b commit 0e35283Copy full SHA for 0e35283
Test/HttpClientTestCase.php
@@ -580,7 +580,7 @@ public function testResolve()
580
581
$response = null;
582
$this->expectException(TransportExceptionInterface::class);
583
- $client->request('GET', 'http://symfony.com:8057/', ['timeout' => 3]);
+ $client->request('GET', 'http://symfony.com:8057/', ['timeout' => 1]);
584
}
585
586
public function testTimeoutOnAccess()
@@ -643,7 +643,6 @@ public function testDestruct()
643
{
644
$client = $this->getHttpClient(__FUNCTION__);
645
646
- $downloaded = 0;
647
$start = microtime(true);
648
$client->request('GET', 'http://localhost:8057/timeout-long');
649
$client = null;
0 commit comments