Skip to content

Commit 23d7f51

Browse files
committed
Expect deprecation messages for ClientEncryption constants
1 parent a0bf39d commit 23d7f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/clientEncryption/clientEncryption-constants.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ var_dump(MongoDB\Driver\ClientEncryption::QUERY_TYPE_RANGE_PREVIEW);
1616
?>
1717
===DONE===
1818
<?php exit(0); ?>
19-
--EXPECT--
19+
--EXPECTF--
2020
string(43) "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic"
2121
string(36) "AEAD_AES_256_CBC_HMAC_SHA_512-Random"
2222
string(7) "Indexed"
2323
string(9) "Unindexed"
2424
string(5) "Range"
25-
string(12) "RangePreview"
25+
%Astring(12) "RangePreview"
2626
string(8) "equality"
2727
string(5) "range"
28-
string(12) "rangePreview"
28+
%Astring(12) "rangePreview"
2929
===DONE===

0 commit comments

Comments
 (0)