Skip to content

Commit ff90b3f

Browse files
Fixed comment
1 parent 871617c commit ff90b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/pdo_sqlsrv/pdo_ae_azure_key_vault_keywords.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ for ($i = 0; $i < sizeof($columnEncryption); ++$i) {
139139
// The INSERT query succeeded with bad credentials, which
140140
// should only happen when 1. encryption is not enabled or
141141
// 2. when ColumnEncryption is set to something other than
142-
// enabled or disabled (i.e. $1 == 2), and the server is
142+
// enabled or disabled (i.e. $i == 2), and the server is
143143
// not enclave-enabled
144144
if (!(!isColEncrypted() or ($i == 2 and !$isEnclaveEnabled))) {
145145
fatalError("Successful insertion with bad credentials\n");

test/functional/sqlsrv/sqlsrv_ae_azure_key_vault_keywords.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ for ($i = 0; $i < sizeof($columnEncryption); ++$i) {
175175
// The INSERT query succeeded with bad credentials, which
176176
// should only happen when 1. encryption is not enabled or
177177
// 2. when ColumnEncryption is set to something other than
178-
// enabled or disabled (i.e. $1 == 2), and the server is
178+
// enabled or disabled (i.e. $i == 2), and the server is
179179
// not enclave-enabled
180180
if (!(!AE\isDataEncrypted() or ($i == 2 and !$isEnclaveEnabled))) {
181181
fatalError("Successful insertion with bad credentials\n");

0 commit comments

Comments
 (0)