diff options
author | Scott MacVicar <scottmac@php.net> | 2008-06-02 14:14:26 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2008-06-02 14:14:26 +0000 |
commit | d06e6839229a68cc7f95f6215aff6a4825383cf3 (patch) | |
tree | 6e4455658d9d7b6108efdc48c10e1d41f3c50fce /ext/hash | |
parent | 80ce5fcdc50adbee8e7d18ee4961eb1ec24b743e (diff) | |
download | php-git-d06e6839229a68cc7f95f6215aff6a4825383cf3.tar.gz |
Correct test name
Diffstat (limited to 'ext/hash')
-rw-r--r-- | ext/hash/tests/sha224.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/tests/sha224.phpt b/ext/hash/tests/sha224.phpt index dd3231fe9b..ab2bd6d55f 100644 --- a/ext/hash/tests/sha224.phpt +++ b/ext/hash/tests/sha224.phpt @@ -1,5 +1,5 @@ --TEST-- -sha256 algorithm +sha224 algorithm --SKIPIF-- <?php if(!extension_loaded("hash")) print "skip"; ?> --FILE-- |