Skip to content

Commit

Permalink
Fix up phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 9, 2022
1 parent bdb2e6f commit 43b4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class_alias(TestApp\Controller\AppController::class, 'App\Controller\AppControll

if (!getenv('DB_CLASS')) {
putenv('DB_CLASS=Cake\Database\Driver\Sqlite');
putenv('DB_URL=sqlite::memory:');
putenv('DB_URL=sqlite:///:memory:');
}

// Uses Travis config then (MySQL, Postgres, ...)
Expand Down

0 comments on commit 43b4dd2

Please sign in to comment.