We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66dfa2 commit cc2773eCopy full SHA for cc2773e
.github/workflows/ci-mysql.yml
@@ -2,11 +2,11 @@ on:
2
- pull_request
3
- push
4
5
-name: ci-mysql
+name: build
6
7
jobs:
8
mysql:
9
- name: MySQL database tests.
+ name: MySQL tests.
10
uses: php-forge/actions/.github/workflows/phpunit-database.yml@main
11
secrets:
12
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
tests/TestCase.php
@@ -354,7 +354,7 @@ protected function mockConsoleApplication(): void
354
'db' => [
355
'class' => Connection::class,
356
'dsn' => $this->dsn !== null ? $this->dsn : 'sqlite::memory:',
357
- 'user' => $this->user,
+ 'username' => $this->user,
358
'password' => $this->password,
359
],
360
0 commit comments