diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-30 15:40:26 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-30 15:40:26 +0000 |
| commit | df057bf78def70de2da56545b1d2dda5d6b2f4e5 (patch) | |
| tree | 21a246b0186fa5e216bfbde71db4288ad6e9c63b /ext/openssl/tests | |
| parent | f2e130c14540ca4c72155dc0b4eafb92e9097e2b (diff) | |
| download | php-git-df057bf78def70de2da56545b1d2dda5d6b2f4e5.tar.gz | |
fix test names
Diffstat (limited to 'ext/openssl/tests')
| -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"); |
