diff options
author | Go Kudo <zeriyoshi@gmail.com> | 2024-09-02 21:34:55 +0900 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-03 06:55:32 +0200 |
commit | 7c7a825c87647c5e65c02a71223e19641a42e129 (patch) | |
tree | dd2ca64d0de901ab5305ecd9b83c7570a82ecf08 | |
parent | b2cac3d05da85cd6e4ed8c6b4f0e8ac7e2cf850d (diff) |
Rename test entries
-rw-r--r-- | tests/sha512.phpt | 2 | ||||
-rw-r--r-- | tests/yescrypt.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/sha512.phpt b/tests/sha512.phpt index 2a91456..9ffc576 100644 --- a/tests/sha512.phpt +++ b/tests/sha512.phpt @@ -1,5 +1,5 @@ --TEST-- -Check if xpass is loaded +Check sha512 algo --EXTENSIONS-- xpass --SKIPIF-- diff --git a/tests/yescrypt.phpt b/tests/yescrypt.phpt index 38c84e2..7f38bd7 100644 --- a/tests/yescrypt.phpt +++ b/tests/yescrypt.phpt @@ -1,5 +1,5 @@ --TEST-- -Check if xpass is loaded +Check yescrypt algo --EXTENSIONS-- xpass --SKIPIF-- |