diff options
Diffstat (limited to 'ext/hash/tests/mhash_003.phpt')
| -rw-r--r-- | ext/hash/tests/mhash_003.phpt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/hash/tests/mhash_003.phpt b/ext/hash/tests/mhash_003.phpt index 38d1a8b5f0..a4d43eb8d5 100644 --- a/ext/hash/tests/mhash_003.phpt +++ b/ext/hash/tests/mhash_003.phpt @@ -1,9 +1,7 @@ --TEST-- -mhash_keygen_s2k() test +MHash: mhash_keygen_s2k() test --SKIPIF-- -<?php - include "skip_mhash.inc"; -?> +<?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?> --FILE-- <?php |
