Skip to content

Commit 697e4d7

Browse files
committed
debug
1 parent cba342c commit 697e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/BaseCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function setUp(): void
4646

4747
$this->connect();
4848

49-
var_dump($this->mySQLReplicationFactory?->getServerInfo());
49+
var_dump($this->mySQLReplicationFactory?->getServerInfo(), $this->configBuilder->build());
5050

5151
if ($this->mySQLReplicationFactory?->getServerInfo()->versionRevision >= 8 && $this->mySQLReplicationFactory?->getServerInfo()->isGeneric()) {
5252
self::assertInstanceOf(RotateDTO::class, $this->getEvent());

0 commit comments

Comments
 (0)