Skip to content

Commit

Permalink
Expect deprecation messages for ClientEncryption constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jun 14, 2024
1 parent a0bf39d commit 23d7f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/clientEncryption/clientEncryption-constants.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ var_dump(MongoDB\Driver\ClientEncryption::QUERY_TYPE_RANGE_PREVIEW);
?>
===DONE===
<?php exit(0); ?>
--EXPECT--
--EXPECTF--
string(43) "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic"
string(36) "AEAD_AES_256_CBC_HMAC_SHA_512-Random"
string(7) "Indexed"
string(9) "Unindexed"
string(5) "Range"
string(12) "RangePreview"
%Astring(12) "RangePreview"
string(8) "equality"
string(5) "range"
string(12) "rangePreview"
%Astring(12) "rangePreview"
===DONE===

0 comments on commit 23d7f51

Please sign in to comment.