Commit 58ab0bfb authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-276: Test parsing of maxAwaitTimeMS Aggregate option

parent 142d24ec
......@@ -52,6 +52,10 @@ class AggregateTest extends TestCase
$options[][] = ['hint' => $value];
}
foreach ($this->getInvalidIntegerValues() as $value) {
$options[][] = ['maxAwaitTimeMS' => $value];
}
foreach ($this->getInvalidIntegerValues() as $value) {
$options[][] = ['maxTimeMS' => $value];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment