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()
127
127
$ this ->assertSameDocument ($ expected , $ this ->collection ->findOne ($ filter , $ options ));
128
128
}
129
129
130
- public function testWithOptionsInheritsReadPreferenceAndWriteConcern ()
130
+ public function testWithOptionsInheritsOptions ()
131
131
{
132
132
$ collectionOptions = [
133
133
'readConcern ' => new ReadConcern (ReadConcern::LOCAL ),
@@ -150,7 +150,7 @@ public function testWithOptionsInheritsReadPreferenceAndWriteConcern()
150
150
$ this ->assertSame (WriteConcern::MAJORITY , $ debug ['writeConcern ' ]->getW ());
151
151
}
152
152
153
- public function testWithOptionsPassesReadPreferenceAndWriteConcern ()
153
+ public function testWithOptionsPassesOptions ()
154
154
{
155
155
$ collectionOptions = [
156
156
'readConcern ' => new ReadConcern (ReadConcern::LOCAL ),
You can’t perform that action at this time.
0 commit comments