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 4e345a1 commit 90ad22aCopy full SHA for 90ad22a
tests/DocumentationExamplesTest.php
@@ -1564,7 +1564,7 @@ public function testWithTransactionExample()
1564
1565
$client = new \MongoDB\Client($uriString);
1566
1567
- // Prerequisite: Create collections. CRUD operations in transactions must be on existing collections.
+ // Prerequisite: Create collections.
1568
$client->selectCollection(
1569
'mydb1',
1570
'foo',
0 commit comments