Skip to content

Commit 58ab0bf

Browse files
committed
PHPLIB-276: Test parsing of maxAwaitTimeMS Aggregate option
1 parent 142d24e commit 58ab0bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Operation/AggregateTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ public function provideInvalidConstructorOptions()
5252
$options[][] = ['hint' => $value];
5353
}
5454

55+
foreach ($this->getInvalidIntegerValues() as $value) {
56+
$options[][] = ['maxAwaitTimeMS' => $value];
57+
}
58+
5559
foreach ($this->getInvalidIntegerValues() as $value) {
5660
$options[][] = ['maxTimeMS' => $value];
5761
}

0 commit comments

Comments
 (0)