From 6eeeb6d169cfebe59e8a052ada7fe245ea58e17e Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Wed, 27 Nov 2013 11:54:09 +0200 Subject: [PATCH] Mongo test config fixed. --- tests/unit/data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/data/config.php b/tests/unit/data/config.php index d12df7f..e8deebb 100644 --- a/tests/unit/data/config.php +++ b/tests/unit/data/config.php @@ -51,7 +51,7 @@ return [ ], 'mongo' => [ 'dsn' => 'mongodb://travis:test@localhost:27017', - 'dbName' => 'yii2test', + 'defaultDatabaseName' => 'yii2test', 'options' => [], ] ];