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 fd3e07f commit 8e405c2Copy full SHA for 8e405c2
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/distinct-hint' => 'Hint for distinct operations is not supported (PHPLIB-1582)',
46
];
47
48
/** @var array<string, string> */
0 commit comments