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 b1b84ff commit 2be678eCopy full SHA for 2be678e
tests/UnifiedSpecTests/UnifiedSpecTest.php
@@ -43,6 +43,7 @@ class UnifiedSpecTest extends FunctionalTestCase
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
+ 'crud/distinct-hint' => 'Hint for distinct operations is not supported (PHPLIB-1582)',
47
];
48
49
/** @var array<string, string> */
0 commit comments