diff options
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_module_self_test.phpt')
-rw-r--r-- | ext/mcrypt/tests/mcrypt_module_self_test.phpt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/mcrypt/tests/mcrypt_module_self_test.phpt b/ext/mcrypt/tests/mcrypt_module_self_test.phpt deleted file mode 100644 index aa53c32173..0000000000 --- a/ext/mcrypt/tests/mcrypt_module_self_test.phpt +++ /dev/null @@ -1,18 +0,0 @@ ---TEST-- -mcrypt_module_self_test ---SKIPIF-- -<?php if (!extension_loaded("mcrypt")) print "skip"; ?> ---FILE-- -<?php -var_dump(mcrypt_module_self_test(MCRYPT_RIJNDAEL_128)); -var_dump(mcrypt_module_self_test(MCRYPT_RC2)); -var_dump(mcrypt_module_self_test('')); ---EXPECTF-- -Deprecated: Function mcrypt_module_self_test() is deprecated in %s%emcrypt_module_self_test.php on line 2 -bool(true) - -Deprecated: Function mcrypt_module_self_test() is deprecated in %s%emcrypt_module_self_test.php on line 3 -bool(true) - -Deprecated: Function mcrypt_module_self_test() is deprecated in %s%emcrypt_module_self_test.php on line 4 -bool(false) |