File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 mysql :
1010 image : mysql:5.7
1111 env :
12- MYSQL_ROOT_PASSWORD : forge
12+ MYSQL_ROOT_PASSWORD : root
1313 MYSQL_DATABASE : forge
1414 ports :
1515 - 3306:3306
5050 run : vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
5151 env :
5252 DB_USERNAME : root
53- DB_PASSWORD : forge
53+ DB_PASSWORD : root
5454 DB_DATABASE : forge
5555
5656 - name : Code coverage
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ protected function setUpDatabase(): void
1717 {
1818 config ([
1919 'database.default ' => 'mysql ' ,
20+ 'database.connections.mysql.username ' => 'root ' ,
21+ 'database.connections.mysql.password ' => 'root ' ,
2022 'database.connections.mysql.database ' => '' ,
2123 ]);
2224 }
You can’t perform that action at this time.
0 commit comments