Skip to content

Commit

Permalink
wip database connection for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Sep 30, 2024
1 parent 0b20b07 commit 37e86cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
env:
DB_DATABASE: moox-test
DB_DATABASE: testing
DB_USER: user
DB_PASSWORD: secret
APP_KEY: base64:1NxfrNErQ0vo1ZnPcLeVhnE7tOZdKlKiFORzPA92krM=
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
use PHPUnit\Framework\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
Expand Down

0 comments on commit 37e86cf

Please sign in to comment.