We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba342c commit 697e4d7Copy full SHA for 697e4d7
tests/Integration/BaseCase.php
@@ -46,7 +46,7 @@ protected function setUp(): void
46
47
$this->connect();
48
49
- var_dump($this->mySQLReplicationFactory?->getServerInfo());
+ var_dump($this->mySQLReplicationFactory?->getServerInfo(), $this->configBuilder->build());
50
51
if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) {
52
self::assertInstanceOf(RotateDTO::class, $this->getEvent());
0 commit comments