]> granicus.if.org Git - php/commitdiff
add skipif
authorAntony Dovgal <tony2001@php.net>
Mon, 16 Jul 2007 13:35:31 +0000 (13:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 16 Jul 2007 13:35:31 +0000 (13:35 +0000)
ext/mcrypt/tests/basic.phpt
ext/mcrypt/tests/bug37595.phpt

index 50cd66c8ba17415ebe9ac0766d2a54378cb90c59..bf1b784db10d7745fbb5ab0c6e26470033eb65f5 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 mcrypt basic
+--SKIPIF--
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
 --FILE--
 <?php
 $as = mcrypt_list_algorithms();
index d6e5745c03831589cc3a4a0286a40ca614a4e113..654e4825890c8588d72988dd36c19289e5c738fc 100644 (file)
Binary files a/ext/mcrypt/tests/bug37595.phpt and b/ext/mcrypt/tests/bug37595.phpt differ