Update Composer files

This commit is contained in:
Frédéric Guillot
2020-10-02 18:11:42 -07:00
parent eafd82f564
commit c5f18fb136
6 changed files with 27 additions and 160 deletions

View File

@@ -844,7 +844,7 @@ abstract class HttpClientTestCase extends TestCase
$body = $response->toArray();
$this->assertSame('localhost:8057', $body['HTTP_HOST']);
$this->assertRegexp('#^http://(localhost|127\.0\.0\.1):8057/$#', $body['REQUEST_URI']);
$this->assertMatchesRegularExpression('#^http://(localhost|127\.0\.0\.1):8057/$#', $body['REQUEST_URI']);
$response = $client->request('GET', 'http://localhost:8057/', [
'proxy' => 'http://foo:b%3Dar@localhost:8057',