Set default DB_TEST_PORT (#13793)

This commit is contained in:
Jellyfrog
2022-02-16 02:43:11 +01:00
committed by GitHub
parent 700c6ae9c3
commit 7c99599b2a

View File

@@ -120,7 +120,7 @@ return [
'testing' => [
'driver' => env('DB_TEST_DRIVER', 'mysql'),
'host' => env('DB_TEST_HOST', 'localhost'),
'port' => env('DB_TEST_PORT', ''),
'port' => env('DB_TEST_PORT', '3306'),
'database' => env('DB_TEST_DATABASE', 'librenms_phpunit_78hunjuybybh'),
'username' => env('DB_TEST_USERNAME', 'root'),
'password' => env('DB_TEST_PASSWORD', ''),