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