diff options
author | Xinchen Hui <laruence@php.net> | 2011-09-06 09:29:04 +0000 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2011-09-06 09:29:04 +0000 |
commit | 42fd7352fb3e77f3d9fe9e2192ee3c3ad55fab0a (patch) | |
tree | 07388174af18a06311e55a339d23e6e20186415e /ext/hash/tests | |
parent | 50fc27d11981c1d9c78108b6196ae185bc80cc15 (diff) | |
download | php-git-42fd7352fb3e77f3d9fe9e2192ee3c3ad55fab0a.tar.gz |
Add skipif
Diffstat (limited to 'ext/hash/tests')
-rw-r--r-- | ext/hash/tests/hash_copy_001.phpt | 2 | ||||
-rw-r--r-- | ext/hash/tests/hash_copy_002.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/hash/tests/hash_copy_001.phpt b/ext/hash/tests/hash_copy_001.phpt index 84d95945f7..6609a6f3bd 100644 --- a/ext/hash/tests/hash_copy_001.phpt +++ b/ext/hash/tests/hash_copy_001.phpt @@ -1,5 +1,7 @@ --TEST-- hash_copy() basic tests +--SKIPIF-- +<?php extension_loaded('hash') or die('skip'); ?> --FILE-- <?php diff --git a/ext/hash/tests/hash_copy_002.phpt b/ext/hash/tests/hash_copy_002.phpt index 77cbca426f..aac4c3bdd8 100644 --- a/ext/hash/tests/hash_copy_002.phpt +++ b/ext/hash/tests/hash_copy_002.phpt @@ -1,5 +1,7 @@ --TEST-- hash_copy() errors +--SKIPIF-- +<?php extension_loaded('hash') or die('skip'); ?> --FILE-- <?php |