Mongo test config fixed.

This commit is contained in:
Paul Klimov
2013-11-27 11:54:09 +02:00
parent 38df36840f
commit 6eeeb6d169

View File

@ -51,7 +51,7 @@ return [
], ],
'mongo' => [ 'mongo' => [
'dsn' => 'mongodb://travis:test@localhost:27017', 'dsn' => 'mongodb://travis:test@localhost:27017',
'dbName' => 'yii2test', 'defaultDatabaseName' => 'yii2test',
'options' => [], 'options' => [],
] ]
]; ];