Skip to content

Commit 43b4dd2

Browse files
committed
Fix up phpstan
1 parent bdb2e6f commit 43b4dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class_alias(TestApp\Controller\AppController::class, 'App\Controller\AppControll
122122

123123
if (!getenv('DB_CLASS')) {
124124
putenv('DB_CLASS=Cake\Database\Driver\Sqlite');
125-
putenv('DB_URL=sqlite::memory:');
125+
putenv('DB_URL=sqlite:///:memory:');
126126
}
127127

128128
// Uses Travis config then (MySQL, Postgres, ...)

0 commit comments

Comments
 (0)