We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7995c commit cc7ff03Copy full SHA for cc7ff03
tests/ClientTest.php
@@ -87,7 +87,6 @@ public function testRunError() : void
87
{
88
$request = new Request('http://domain.tld');
89
$this->expectException(\RuntimeException::class);
90
- $this->expectExceptionMessage('Could not resolve host: domain.tld');
91
$this->client->run($request);
92
}
93
0 commit comments