diff options
| -rw-r--r-- | ext/gmp/tests/002.phpt | 2 | ||||
| -rw-r--r-- | ext/mcrypt/tests/001.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/gmp/tests/002.phpt b/ext/gmp/tests/002.phpt index a20bc85b69..2f32450474 100644 --- a/ext/gmp/tests/002.phpt +++ b/ext/gmp/tests/002.phpt @@ -1,5 +1,7 @@ --TEST-- GMP functionality test - factorial +--SKIPIF-- +<?php if (!extension_loaded("gmp")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/mcrypt/tests/001.phpt b/ext/mcrypt/tests/001.phpt index 87f741687c..0cefdb5600 100644 --- a/ext/mcrypt/tests/001.phpt +++ b/ext/mcrypt/tests/001.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #8040 +--SKIPIF-- +<?php if (!extension_loaded("mcrypt")) print "skip"; ?> --POST-- --GET-- --FILE-- |
