diff --git a/test/Filter/local.php b/test/Filter/local.php index cecc13e9..09e23ef3 100644 --- a/test/Filter/local.php +++ b/test/Filter/local.php @@ -22,7 +22,7 @@ ], ], 'odm_default' => [ - 'server' => 'localhost', + 'server' => 'mongodb', 'port' => '27017', 'user' => '', 'password' => '', diff --git a/test/OrderBy/local.php b/test/OrderBy/local.php index 863656b1..9db126f9 100644 --- a/test/OrderBy/local.php +++ b/test/OrderBy/local.php @@ -22,7 +22,7 @@ ], ], 'odm_default' => [ - 'server' => 'localhost', + 'server' => 'mongodb', 'port' => '27017', 'user' => '', 'password' => '',