summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-06 06:47:12 +0000
committerPierre Joye <pajoye@php.net>2011-09-06 06:47:12 +0000
commit09b6360c71e6bb7635713874f92656f6a60b47c8 (patch)
tree9fcb661521373744d992b4358c3a5ec726b0c2c9 /ext/mcrypt/tests
parent6be168b22d2affd812bed34129ce9cdfb0e1a14f (diff)
downloadphp-git-09b6360c71e6bb7635713874f92656f6a60b47c8.tar.gz
- add skipif
Diffstat (limited to 'ext/mcrypt/tests')
-rw-r--r--ext/mcrypt/tests/bug55169.phpt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mcrypt/tests/bug55169.phpt b/ext/mcrypt/tests/bug55169.phpt
index 7bddd50875..bebcd675c8 100644
--- a/ext/mcrypt/tests/bug55169.phpt
+++ b/ext/mcrypt/tests/bug55169.phpt
@@ -1,8 +1,9 @@
--TEST--
-mcrypt_create_iv
-https://bugs.php.net/bug.php?id=55169
+mcrypt_create_iv https://bugs.php.net/bug.php?id=55169
--CREDIT--
Ryan Biesemeyer <ryan@yaauie.com>
+--SKIPIF--
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
--FILE--
<?php
for( $i=1; $i<=64; $i = $i*2 ){