Use standard title for new openssl tests

This commit is contained in:
Jakub Zelenka 2015-10-29 19:11:57 +00:00
parent 06c6b51e7d
commit e62db72111
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)