File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,16 @@ protected function setUp(): void
45
45
46
46
$ this ->connect ();
47
47
48
- if ($ this ->mySQLReplicationFactory ?->getServerInfo()->versionRevision >= 8 && $ this ->mySQLReplicationFactory ?->getServerInfo()->isGeneric ()) {
48
+ $ binLogServerInfo = $ this ->mySQLReplicationFactory ?->getServerInfo();
49
+
50
+ if ($ binLogServerInfo ?->versionRevision >= 8 && $ binLogServerInfo ?->isGeneric()) {
49
51
self ::assertInstanceOf (RotateDTO::class, $ this ->getEvent ());
50
52
}
51
53
self ::assertInstanceOf (FormatDescriptionEventDTO::class, $ this ->getEvent ());
52
54
self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
53
55
self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
56
+
57
+ echo "Using $ binLogServerInfo?->versionName $ binLogServerInfo ->versionRevision " ;
54
58
}
55
59
56
60
protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments