We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4604d1a commit 637f469Copy full SHA for 637f469
tests/Integration/BaseCase.php
@@ -45,6 +45,8 @@ protected function setUp(): void
45
46
$this->connect();
47
48
+ var_dump($this->mySQLReplicationFactory?->getServerInfo());
49
+
50
if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) {
51
self::assertInstanceOf(RotateDTO::class, $this->getEvent());
52
}
0 commit comments