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 937cce4 commit 2a60a81Copy full SHA for 2a60a81
tests/Operation/FindTest.php
@@ -60,7 +60,7 @@ public function provideInvalidConstructorOptions()
60
$options[][] = ['max' => $value];
61
}
62
63
- foreach ($this->getInvalidIntegerVAlues() as $value) {
+ foreach ($this->getInvalidIntegerValues() as $value) {
64
$options[][] = ['maxAwaitTimeMS' => $value];
65
66
0 commit comments