]> granicus.if.org Git - php/commitdiff
- add skipif
authorPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:47:12 +0000 (06:47 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:47:12 +0000 (06:47 +0000)
ext/mcrypt/tests/bug55169.phpt

index 7bddd50875ba6ad52c40aa7b6439c7f3df2c74b7..bebcd675c868747f03db34c0e06074ce01f16c27 100644 (file)
@@ -1,8 +1,9 @@
 --TEST--\r
-mcrypt_create_iv\r
-https://bugs.php.net/bug.php?id=55169\r
+mcrypt_create_iv https://bugs.php.net/bug.php?id=55169\r
 --CREDIT--\r
 Ryan Biesemeyer <ryan@yaauie.com>\r
+--SKIPIF--\r
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>\r
 --FILE--\r
 <?php\r
 for( $i=1; $i<=64; $i = $i*2 ){\r