Skip to content

Commit

Permalink
test: force usage of sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Dec 24, 2024
1 parent 44efff9 commit 0e82dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/Console/Components/TaskComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ final class TaskComponentTest extends FrameworkIntegrationTestCase
{
protected function setUp(): void
{
copy(__DIR__ . '/../../../Fixtures/Config/database.sqlite.php', __DIR__ . '/../../../Fixtures/Config/database.config.php');

parent::setUp();

if (PHP_OS_FAMILY === 'Windows') {
Expand Down

0 comments on commit 0e82dde

Please sign in to comment.