Skip to content

Commit

Permalink
Fix up test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 13, 2023
1 parent 558b76f commit 03da508
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 @@ -87,7 +87,7 @@ class_alias(TestApp\View\AppView::class, 'App\View\AppView');
return;
}

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

0 comments on commit 03da508

Please sign in to comment.