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 ea9879f commit 9e587deCopy full SHA for 9e587de
test/ConnectionConfigTest.php
@@ -32,14 +32,12 @@ public function testAlternativeSyntax(): void
32
public function testNoHost(): void
33
{
34
$this->expectException(\Error::class);
35
- $this->expectExceptionMessage("Host must be provided in connection string");
36
$config = PostgresConfig::fromString("user=postgres");
37
}
38
39
public function testInvalidString(): void
40
41
42
43
$config = PostgresConfig::fromString("invalid connection string");
44
45
0 commit comments