From 60492fa685dc6f6fa7561f474edf57f3b422c19f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 24 Dec 2000 16:51:04 +0000 Subject: [PATCH] Skip mcrypt/gmp tests, if the extensions are not available. --- ext/gmp/tests/002.phpt | 2 ++ ext/mcrypt/tests/001.phpt | 2 ++ 2 files changed, 4 insertions(+) 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-- + --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-- + --POST-- --GET-- --FILE-- -- 2.50.1