Browse Source

Mongo test config fixed.

tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
6eeeb6d169
  1. 2
      tests/unit/data/config.php

2
tests/unit/data/config.php

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

Loading…
Cancel
Save