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 61de1a8 commit 7c70950Copy full SHA for 7c70950
tests/Integration/Neo4jLoggerTest.php
@@ -24,6 +24,10 @@ class Neo4jLoggerTest extends EnvironmentAwareIntegrationTest
24
{
25
public function testLogger(): void
26
27
+ // Close connections so that we can test the logger logging
28
+ // during authentication while acquiring a new connection
29
+ $this->driver->closeConnections();
30
+
31
/** @var MockObject $logger */
32
$logger = $this->getNeo4jLogger()->getLogger();
33
/** @var Session $session */
0 commit comments