Commit 9d4e3612 authored by Carsten Brandt's avatar Carsten Brandt

fixed test break

parent 3b665fe3
......@@ -122,7 +122,7 @@ class SqliteConnectionTest extends ConnectionTest
$config = [
'class' => 'yii\db\Connection',
'dsn' => 'sqlite::memory:',
'dsn' => "sqlite:$basePath/yii2test.sq3",
];
$this->prepareDatabase($config, $fixture)->close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment