Skip to content

Commit f62c93f

Browse files
committed
use 3305 port for mysql test
1 parent 21675f8 commit f62c93f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<junit outputFile="build/report.junit.xml"/>
3838
</logging>
3939
<php>
40-
<env name="DB_PORT" value="3306"/>
40+
<env name="DB_PORT" value="3305"/>
4141
<env name="CACHE_DRIVER" value="redis"/>
4242
<env name="APP_KEY" value="base64:qzYIcSLNA/NsJSbH/V0vq/1Qz/aLx83jymQ1q37wf6w="/>
4343
</php>

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getEnvironmentSetUp($app)
8989
config()->set('database.connections.mysql', [
9090
'driver' => 'mysql',
9191
'host' => env('DB_HOST', '127.0.0.1'),
92-
'port' => env('DB_PORT', '3306'),
92+
'port' => env('DB_PORT', '3305'),
9393
'database' => env('DB_DATABASE', 'mixpost_test'),
9494
'username' => env('DB_USERNAME', 'root'),
9595
'password' => env('DB_PASSWORD', ''),

0 commit comments

Comments
 (0)