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 10c3550 commit d019354Copy full SHA for d019354
tests/Integration/ClientIntegrationTest.php
@@ -284,7 +284,7 @@ public function testMultipleTransactions(string $alias): void
284
public function testInvalidConnection(): void
285
{
286
$this->expectException(InvalidArgumentException::class);
287
- $this->expectExceptionMessage('The provided alias: "gh" was not found in the client');
+ $this->expectExceptionMessage('Cannot find a driver setup with alias: "gh"');
288
289
$this->getClient()->transaction(static fn (TransactionInterface $tsx) => $tsx->run('RETURN 1 AS x'), 'gh');
290
}
0 commit comments