Commit 9d4e3612 by Carsten Brandt

fixed test break

parent 3b665fe3
...@@ -122,7 +122,7 @@ class SqliteConnectionTest extends ConnectionTest ...@@ -122,7 +122,7 @@ class SqliteConnectionTest extends ConnectionTest
$config = [ $config = [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'sqlite::memory:', 'dsn' => "sqlite:$basePath/yii2test.sq3",
]; ];
$this->prepareDatabase($config, $fixture)->close(); $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