File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public function testFindOne()
127127 $ this ->assertSameDocument ($ expected , $ this ->collection ->findOne ($ filter , $ options ));
128128 }
129129
130- public function testWithOptionsInheritsReadPreferenceAndWriteConcern ()
130+ public function testWithOptionsInheritsOptions ()
131131 {
132132 $ collectionOptions = [
133133 'readConcern ' => new ReadConcern (ReadConcern::LOCAL ),
@@ -150,7 +150,7 @@ public function testWithOptionsInheritsReadPreferenceAndWriteConcern()
150150 $ this ->assertSame (WriteConcern::MAJORITY , $ debug ['writeConcern ' ]->getW ());
151151 }
152152
153- public function testWithOptionsPassesReadPreferenceAndWriteConcern ()
153+ public function testWithOptionsPassesOptions ()
154154 {
155155 $ collectionOptions = [
156156 'readConcern ' => new ReadConcern (ReadConcern::LOCAL ),
You can’t perform that action at this time.
0 commit comments