Fix test
This commit is contained in:
parent
8db93b5190
commit
e88da8d679
|
|
@ -34,7 +34,7 @@ final class DSNConfiguratorTest extends TestCase
|
|||
$configurator = new DSNConfigurator();
|
||||
|
||||
$this->expectException(Exception::class);
|
||||
$this->expectExceptionMessage('Malformed DSN: "localhost".');
|
||||
$this->expectExceptionMessage('Malformed DSN');
|
||||
|
||||
$configurator->configure($this->Mail, 'localhost');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue