Skip to content

Commit 64a07d5

Browse files
committed
Range explicit encryption prose tests
1 parent 43dcc75 commit 64a07d5

File tree

2 files changed

+480
-1
lines changed

2 files changed

+480
-1
lines changed

tests/SpecTests/ClientSideEncryption/FunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected static function insertKeyVaultData(Client $client, ?array $keyVaultDat
6969
$collection->insertMany($keyVaultData);
7070
}
7171

72-
private function createInt64(string $value): Int64
72+
protected static function createInt64(string $value): Int64
7373
{
7474
$array = sprintf('a:1:{s:7:"integer";s:%d:"%s";}', strlen($value), $value);
7575
$int64 = sprintf('C:%d:"%s":%d:{%s}', strlen(Int64::class), Int64::class, strlen($array), $array);

0 commit comments

Comments
 (0)