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 142d24e commit 58ab0bfCopy full SHA for 58ab0bf
tests/Operation/AggregateTest.php
@@ -52,6 +52,10 @@ public function provideInvalidConstructorOptions()
52
$options[][] = ['hint' => $value];
53
}
54
55
+ foreach ($this->getInvalidIntegerValues() as $value) {
56
+ $options[][] = ['maxAwaitTimeMS' => $value];
57
+ }
58
+
59
foreach ($this->getInvalidIntegerValues() as $value) {
60
$options[][] = ['maxTimeMS' => $value];
61
0 commit comments