Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed May 28, 2007
1 parent b49e70f commit 97e9bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/openssl/tests/bug36732.phpt
@@ -1,5 +1,5 @@
--TEST--
#36732, add support for req_extensions in openss_csr_new and sign
Bug #36732 (add support for req_extensions in openss_csr_new and sign)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
Expand Down
4 changes: 2 additions & 2 deletions ext/openssl/tests/bug41353.phpt
@@ -1,5 +1,5 @@
--TEST--
#41353 openssl_pkcs12_read() does not verify the type of the first arg
Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
Expand All @@ -13,4 +13,4 @@ openssl_pkcs12_read(1, $a, 1);
echo "Done\n";
?>
--EXPECTF--
Done
Done

0 comments on commit 97e9bd1

Please sign in to comment.