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 1b42593 commit 872d379Copy full SHA for 872d379
tests/Unit/ProxyClient/HttpDispatcherTest.php
@@ -277,7 +277,7 @@ public function testSetServersThrowsInvalidUrlException()
277
public function testSetServersThrowsWeirdInvalidUrlException()
278
{
279
$this->expectException(InvalidUrlException::class);
280
- $this->expectExceptionMessage('URL "this ://is no url" is invalid.');
+ $this->expectExceptionMessage('"this ://is no url" is invalid.');
281
282
new HttpDispatcher(['this ://is no url']);
283
}
0 commit comments