Skip to content

Commit cea4ecf

Browse files
committed
Cleaning up tests
1 parent 348e52e commit cea4ecf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Integration/BaseCase.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)