8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c54dd commit e06956aCopy full SHA for e06956a
src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
@@ -164,7 +164,7 @@ public function testDatabaseDsnPrecedence()
164
{
165
$client = self::getMongoClient();
166
167
- $store = new MongoDbStore('mongodb://localhost/test_dsn', ['database' => 'test_option']);
+ $store = new MongoDbStore('mongodb://localhost/test_dsn?collection=lock', ['database' => 'test_option']);
168
$storeReflection = new \ReflectionObject($store);
169
$optionsProperty = $storeReflection->getProperty('options');
170
$optionsProperty->setAccessible(true);
0 commit comments