We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6841a commit 0cd160eCopy full SHA for 0cd160e
tests/Integration/BaseCase.php
@@ -38,7 +38,7 @@ protected function setUp(): void
38
39
$this->configBuilder = (new ConfigBuilder())
40
->withUser('root')
41
- ->withHost('0.0.0.0')
+ ->withHost('127.0.0.1')
42
->withPassword('root')
43
->withPort(3306)
44
->withEventsIgnore($this->getIgnoredEvents());
@@ -54,7 +54,7 @@ protected function setUp(): void
54
self::assertInstanceOf(QueryDTO::class, $this->getEvent());
55
56
57
- echo "Using $binLogServerInfo?->versionName $binLogServerInfo->versionRevision";
+ echo "Using $binLogServerInfo?->versionName $binLogServerInfo->versionRevision" . PHP_EOL;
58
}
59
60
protected function tearDown(): void
0 commit comments