Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
krowinski committed Dec 23, 2024
1 parent 4604d1a commit 637f469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/BaseCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 637f469

Please sign in to comment.