diff --git a/tests/Integration/BaseCase.php b/tests/Integration/BaseCase.php index a1586da..4b56f06 100644 --- a/tests/Integration/BaseCase.php +++ b/tests/Integration/BaseCase.php @@ -46,7 +46,7 @@ protected function setUp(): void $this->connect(); - var_dump($this->mySQLReplicationFactory?->getServerInfo()); + var_dump($this->mySQLReplicationFactory?->getServerInfo(), $this->configBuilder->build()); if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) { self::assertInstanceOf(RotateDTO::class, $this->getEvent());