Skip to content

Commit 0cd160e

Browse files
committed
Connect to 127.0.0.1
1 parent 7b6841a commit 0cd160e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/BaseCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUp(): void
3838

3939
$this->configBuilder = (new ConfigBuilder())
4040
->withUser('root')
41-
->withHost('0.0.0.0')
41+
->withHost('127.0.0.1')
4242
->withPassword('root')
4343
->withPort(3306)
4444
->withEventsIgnore($this->getIgnoredEvents());
@@ -54,7 +54,7 @@ protected function setUp(): void
5454
self::assertInstanceOf(QueryDTO::class, $this->getEvent());
5555
self::assertInstanceOf(QueryDTO::class, $this->getEvent());
5656

57-
echo "Using $binLogServerInfo?->versionName $binLogServerInfo->versionRevision";
57+
echo "Using $binLogServerInfo?->versionName $binLogServerInfo->versionRevision" . PHP_EOL;
5858
}
5959

6060
protected function tearDown(): void

0 commit comments

Comments
 (0)