diff --git a/tests/Integration/BaseCase.php b/tests/Integration/BaseCase.php index 05edeb3..c7e08df 100644 --- a/tests/Integration/BaseCase.php +++ b/tests/Integration/BaseCase.php @@ -45,6 +45,8 @@ protected function setUp(): void $this->connect(); + var_dump($this->mySQLReplicationFactory?->getServerInfo()); + if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) { self::assertInstanceOf(RotateDTO::class, $this->getEvent()); }