We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7e2ed commit 0a3b2b7Copy full SHA for 0a3b2b7
tests/ClientTest.php
@@ -48,8 +48,6 @@ public function testToString()
48
49
public function testSelectCollectionInheritsOptions()
50
{
51
- $this->markTestSkipped('Depends on https://jira.mongodb.org/browse/PHPC-523');
52
-
53
$uriOptions = [
54
'readConcernLevel' => ReadConcern::LOCAL,
55
'readPreference' => 'secondaryPreferred',
@@ -112,8 +110,6 @@ public function testGetSelectsDatabaseAndInheritsOptions()
112
110
113
111
public function testSelectDatabaseInheritsOptions()
114
115
116
117
118
119
0 commit comments