summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-30 15:40:26 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-30 15:40:26 +0000
commitdf057bf78def70de2da56545b1d2dda5d6b2f4e5 (patch)
tree21a246b0186fa5e216bfbde71db4288ad6e9c63b /ext/openssl
parentf2e130c14540ca4c72155dc0b4eafb92e9097e2b (diff)
downloadphp-git-df057bf78def70de2da56545b1d2dda5d6b2f4e5.tar.gz
fix test names
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/tests/bug28382.phpt2
-rw-r--r--ext/openssl/tests/bug39217.phpt2
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");