mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
@ -122,7 +122,7 @@ class SqliteConnectionTest extends ConnectionTest
|
||||
|
||||
$config = [
|
||||
'class' => 'yii\db\Connection',
|
||||
'dsn' => 'sqlite:memory:',
|
||||
'dsn' => 'sqlite::memory:',
|
||||
];
|
||||
$this->prepareDatabase($config, $fixture)->close();
|
||||
|
||||
|
Reference in New Issue
Block a user