Skip to content

Commit 637f469

Browse files
committed
debug
1 parent 4604d1a commit 637f469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/BaseCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ protected function setUp(): void
4545

4646
$this->connect();
4747

48+
var_dump($this->mySQLReplicationFactory?->getServerInfo());
49+
4850
if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) {
4951
self::assertInstanceOf(RotateDTO::class, $this->getEvent());
5052
}

0 commit comments

Comments
 (0)