diff options
-rw-r--r-- | ext/openssl/tests/bug28382.phpt | 2 | ||||
-rw-r--r-- | ext/openssl/tests/bug39217.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/tests/bug28382.phpt b/ext/openssl/tests/bug28382.phpt index 7302f59fa6..255f030412 100644 --- a/ext/openssl/tests/bug28382.phpt +++ b/ext/openssl/tests/bug28382.phpt @@ -1,5 +1,5 @@ --TEST-- -#28382, openssl_x509_parse extensions support +Bug #28382 (openssl_x509_parse extensions support) --SKIPIF-- <?php if (!extension_loaded("openssl")) die("skip"); diff --git a/ext/openssl/tests/bug39217.phpt b/ext/openssl/tests/bug39217.phpt index 7d9456bd25..7895e2f3de 100644 --- a/ext/openssl/tests/bug39217.phpt +++ b/ext/openssl/tests/bug39217.phpt @@ -1,5 +1,5 @@ --TEST-- -#39217, Large serial number return -1 +Bug #39217 (Large serial number return -1) --SKIPIF-- <?php if (!extension_loaded("openssl")) die("skip"); |