From 697e4d76e42b7087199064ca32973b512eea40f9 Mon Sep 17 00:00:00 2001 From: krowinski Date: Mon, 23 Dec 2024 14:32:38 +0100 Subject: [PATCH] debug --- tests/Integration/BaseCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());