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 db8f88c commit bbd1be4Copy full SHA for bbd1be4
tests/UnifiedSpecTests/UnifiedSpecTest.php
@@ -42,6 +42,7 @@ class UnifiedSpecTest extends FunctionalTestCase
42
'crud/BulkWrite updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
43
'crud/replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)',
44
'crud/updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
45
+ 'crud/bypassDocumentValidation' => 'bypassDocumentValidation is handled by libmongoc (PHPLIB-1576)',
46
];
47
48
/** @var array<string, string> */
0 commit comments