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 ac7d182 commit d4861a4Copy full SHA for d4861a4
Tests/Transport/NativeTransportFactoryTest.php
@@ -47,7 +47,7 @@ function ini_get(\$key)
47
public function testCreateWithNotSupportedScheme()
48
{
49
$this->expectException(UnsupportedSchemeException::class);
50
- $this->expectErrorMessageMatches('#The ".*" scheme is not supported#');
+ $this->expectExceptionMessage('The "sendmail" scheme is not supported');
51
52
$sut = new NativeTransportFactory();
53
$sut->create(Dsn::fromString('sendmail://default'));
0 commit comments