mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use standard title for new openssl tests
This commit is contained in:
parent
06c6b51e7d
commit
e62db72111
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
array openssl_get_cipher_methods ([ bool $aliases = false ] );
|
||||
openssl_get_cipher_methods basic test
|
||||
--CREDITS--
|
||||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--SKIPIF--
|
||||
|
@ -13,4 +13,4 @@ var_dump(is_array(openssl_get_cipher_methods(false)));
|
|||
?>
|
||||
--EXPECT--
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
array openssl_get_md_methods ([ bool $aliases = false ] );
|
||||
openssl_get_md_methods basic test
|
||||
--CREDITS--
|
||||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--SKIPIF--
|
||||
|
@ -13,4 +13,4 @@ var_dump(is_array(openssl_get_md_methods(false)));
|
|||
?>
|
||||
--EXPECT--
|
||||
bool(true)
|
||||
bool(true)
|
||||
bool(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue