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 cba342c commit 697e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/BaseCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 697e4d7

Please sign in to comment.