Skip to content

Commit 0fbcca2

Browse files
committed
finish updating unit test
1 parent ebcec70 commit 0fbcca2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

ext/openssl/tests/openssl_x509_parse_basic.phpt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ array(16) {
153153
}
154154
}
155155
["extensions"]=>
156-
array(4) {
156+
array(3) {
157157
["subjectKeyIdentifier"]=>
158158
string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
159159
["authorityKeyIdentifier"]=>
@@ -303,14 +303,17 @@ array(16) {
303303
}
304304
}
305305
["extensions"]=>
306-
array(4) {
306+
array(3) {
307307
["subjectKeyIdentifier"]=>
308308
string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
309309
["authorityKeyIdentifier"]=>
310310
string(%d) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
311-
["basicConstraints:critical"]=>
312-
bool(true)
313311
["basicConstraints"]=>
314312
string(7) "CA:TRUE"
315313
}
314+
["criticalExtensions"]=>
315+
array(1) {
316+
[0]=>
317+
string(16) "basicConstraints"
318+
}
316319
}

0 commit comments

Comments
 (0)