improved unit test SKIP detection

issue #4687
This commit is contained in:
Carsten Brandt
2014-08-12 12:08:39 +02:00
parent 869d7b7cfc
commit 3b665fe3c4
4 changed files with 17 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class SqliteConnectionTest extends ConnectionTest
$config = [
'class' => 'yii\db\Connection',
'dsn' => 'sqlite:memory:',
'dsn' => 'sqlite::memory:',
];
$this->prepareDatabase($config, $fixture)->close();