From 637f469dc8d7045a1dbc44ded5dd2d4acb104065 Mon Sep 17 00:00:00 2001 From: krowinski Date: Mon, 23 Dec 2024 14:02:15 +0100 Subject: [PATCH] debug --- tests/Integration/BaseCase.php | 2 ++ 1 file changed, 2 insertions(+) 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()); }