File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 <directory suffix =" .php" >src/</directory >
1616 </include >
1717 </source >
18- <php >
19- <env name =" PORT" value =" 3306" />
20- </php >
2118</phpunit >
Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ protected function setUp(): void
4545
4646 $ this ->connect ();
4747
48- $ binLogServerInfo = $ this ->mySQLReplicationFactory ?->getServerInfo();
49-
50- if ($ binLogServerInfo ?->versionRevision >= 8 && $ binLogServerInfo ?->isGeneric()) {
48+ if ($ this ->mySQLReplicationFactory ?->getServerInfo()->versionRevision >= 8 && $ this ->mySQLReplicationFactory ?->getServerInfo()->isGeneric ()) {
5149 self ::assertInstanceOf (RotateDTO::class, $ this ->getEvent ());
5250 }
5351 self ::assertInstanceOf (FormatDescriptionEventDTO::class, $ this ->getEvent ());
You can’t perform that action at this time.
0 commit comments