We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2784b15 commit 9386630Copy full SHA for 9386630
1 file changed
Tests/MongodbConnectionFactoryTest.php
@@ -35,8 +35,6 @@ public function testCouldBeConstructedWithCustomConfiguration()
35
{
36
$params = [
37
'dsn' => 'mongodb://127.0.0.3/',
38
- 'uriOptions' => ['testValue' => 123],
39
- 'driverOptions' => ['testValue' => 123],
40
'dbname' => 'enqueue',
41
'collection_name' => 'enqueue',
42
];
0 commit comments