Skip to content

Commit e62db72

Browse files
committed
Use standard title for new openssl tests
1 parent 06c6b51 commit e62db72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/openssl/tests/openssl_get_cipher_methods.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
array openssl_get_cipher_methods ([ bool $aliases = false ] );
2+
openssl_get_cipher_methods basic test
33
--CREDITS--
44
marcosptf - <marcosptf@yahoo.com.br>
55
--SKIPIF--
@@ -13,4 +13,4 @@ var_dump(is_array(openssl_get_cipher_methods(false)));
1313
?>
1414
--EXPECT--
1515
bool(true)
16-
bool(true)
16+
bool(true)

ext/openssl/tests/openssl_get_md_methods.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
array openssl_get_md_methods ([ bool $aliases = false ] );
2+
openssl_get_md_methods basic test
33
--CREDITS--
44
marcosptf - <marcosptf@yahoo.com.br>
55
--SKIPIF--
@@ -13,4 +13,4 @@ var_dump(is_array(openssl_get_md_methods(false)));
1313
?>
1414
--EXPECT--
1515
bool(true)
16-
bool(true)
16+
bool(true)

0 commit comments

Comments
 (0)