File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ protected function setUp(): void
38
38
39
39
$ this ->configBuilder = (new ConfigBuilder ())
40
40
->withUser ('root ' )
41
- ->withHost ('127 .0.0.1 ' )
41
+ ->withHost ('0 .0.0.0 ' )
42
42
->withPassword ('root ' )
43
- ->withPort (( int ) $ _ENV [ ' PORT ' ] )
43
+ ->withPort (3306 )
44
44
->withEventsIgnore ($ this ->getIgnoredEvents ());
45
45
46
46
$ this ->connect ();
@@ -53,8 +53,6 @@ protected function setUp(): void
53
53
self ::assertInstanceOf (FormatDescriptionEventDTO::class, $ this ->getEvent ());
54
54
self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
55
55
self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
56
-
57
- echo "Using $ binLogServerInfo?->versionName $ binLogServerInfo ->versionRevision " . PHP_EOL ;
58
56
}
59
57
60
58
protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments