]> granicus.if.org Git - php/commitdiff
Use standard title for new openssl tests
authorJakub Zelenka <bukka@php.net>
Thu, 29 Oct 2015 19:11:57 +0000 (19:11 +0000)
committerJakub Zelenka <bukka@php.net>
Thu, 29 Oct 2015 19:11:57 +0000 (19:11 +0000)
ext/openssl/tests/openssl_get_cipher_methods.phpt
ext/openssl/tests/openssl_get_md_methods.phpt

index 90c7e17c73964514880d0275694cad2e360a5bb3..cae223f4c47f6ed96355e145b2c88e44671e973c 100644 (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)
\ No newline at end of file
+bool(true)
index 28f8abfe89c383c874696f73ea1277b74f7d0621..b35e55d69f52ed5b19ad8946a1ba2ea744202efc 100644 (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)
\ No newline at end of file
+bool(true)