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 a20cc6f commit 7d9eee9Copy full SHA for 7d9eee9
tests/Functional/IntegrationTest.php
@@ -83,8 +83,8 @@ public function testDsn(): void
83
$container = static::getContainer();
84
85
$this->expectException(\RuntimeException::class);
86
- $this->expectExceptionMessage(
87
- "Cannot connect to any server on alias: neo4j_undefined_configs with Uris: ('bolt://localhost')"
+ $this->expectExceptionMessageMatches(
+ "/Cannot connect to any server on alias: neo4j_undefined_configs with Uris: \('bolt:\/\/(localhost|localhostt)'\)/"
88
);
89
90
/**
0 commit comments