Browse Source

Added skipif

pull/12/head
Xinchen Hui 15 years ago
parent
commit
30d1410817
  1. 2
      ext/mcrypt/tests/bug46010.phpt

2
ext/mcrypt/tests/bug46010.phpt

@ -1,5 +1,7 @@
--TEST--
Bug #46010 (warnings incorrectly generated for iv in ecb mode)
--SKIPIF--
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
--FILE--
<?php

Loading…
Cancel
Save