Skip to content

Commit 5c4c373

Browse files
Merge v1.20 into master (#1630)
2 parents af44500 + a4b536a commit 5c4c373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/clientEncryption/clientEncryption-encryptExpression-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $encryptOpts = [
2525
'algorithm' => MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE,
2626
'queryType' => MongoDB\Driver\ClientEncryption::QUERY_TYPE_RANGE,
2727
'contentionFactor' => 0,
28-
'rangeOpts' => ['min' => 0, 'max' => 200, 'sparsity' => 1, 'trimFactor' => 1],
28+
'rangeOpts' => ['min' => 0, 'max' => 200],
2929
];
3030

3131
$expr = [

tests/clientEncryption/clientEncryption-encryptExpression_error-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $encryptOpts = [
2525
'algorithm' => MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE,
2626
'queryType' => MongoDB\Driver\ClientEncryption::QUERY_TYPE_RANGE,
2727
'contentionFactor' => 0,
28-
'rangeOpts' => ['min' => 0, 'max' => 200, 'sparsity' => 1, 'trimFactor' => 1],
28+
'rangeOpts' => ['min' => 0, 'max' => 200],
2929
];
3030

3131
echo throws(function() use ($clientEncryption, $encryptOpts) {

0 commit comments

Comments
 (0)