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
3838
3939 $ this ->configBuilder = (new ConfigBuilder ())
4040 ->withUser ('root ' )
41- ->withHost ('127 .0.0.1 ' )
41+ ->withHost ('0 .0.0.0 ' )
4242 ->withPassword ('root ' )
43- ->withPort (( int ) $ _ENV [ ' PORT ' ] )
43+ ->withPort (3306 )
4444 ->withEventsIgnore ($ this ->getIgnoredEvents ());
4545
4646 $ this ->connect ();
@@ -53,8 +53,6 @@ protected function setUp(): void
5353 self ::assertInstanceOf (FormatDescriptionEventDTO::class, $ this ->getEvent ());
5454 self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
5555 self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
56-
57- echo "Using $ binLogServerInfo?->versionName $ binLogServerInfo ->versionRevision " . PHP_EOL ;
5856 }
5957
6058 protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments