diff options
-rw-r--r-- | ext/mcrypt/tests/basic.phpt | 2 | ||||
-rw-r--r-- | ext/mcrypt/tests/bug37595.phpt | bin | 1054 -> 1121 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/mcrypt/tests/basic.phpt b/ext/mcrypt/tests/basic.phpt index 50cd66c8ba..bf1b784db1 100644 --- a/ext/mcrypt/tests/basic.phpt +++ b/ext/mcrypt/tests/basic.phpt @@ -1,5 +1,7 @@ --TEST-- mcrypt basic +--SKIPIF-- +<?php if (!extension_loaded("mcrypt")) print "skip"; ?> --FILE-- <?php $as = mcrypt_list_algorithms(); diff --git a/ext/mcrypt/tests/bug37595.phpt b/ext/mcrypt/tests/bug37595.phpt Binary files differindex d6e5745c03..654e482589 100644 --- a/ext/mcrypt/tests/bug37595.phpt +++ b/ext/mcrypt/tests/bug37595.phpt |