8000
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 d5e8d6e commit a46fce4Copy full SHA for a46fce4
src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php
@@ -20,7 +20,7 @@ class SocketStreamTest extends TestCase
20
public function testSocketErrorNoConnection()
21
{
22
$this->expectException(TransportException::class);
23
- $this->expectExceptionMessageMatches('/Connection refused|unable to connect/');
+ $this->expectExceptionMessageMatches('/Connection refused|unable to connect/i');
24
$s = new SocketStream();
25
$s->setTimeout(0.1);
26
$s->setPort(9999);
0 commit comments