Skip to content

Commit 9386630

Browse files
committed
[mongodb] fix test
1 parent 2784b15 commit 9386630

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/MongodbConnectionFactoryTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public function testCouldBeConstructedWithCustomConfiguration()
3535
{
3636
$params = [
3737
'dsn' => 'mongodb://127.0.0.3/',
38-
'uriOptions' => ['testValue' => 123],
39-
'driverOptions' => ['testValue' => 123],
4038
'dbname' => 'enqueue',
4139
'collection_name' => 'enqueue',
4240
];

0 commit comments

Comments
 (0)