summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_enc_self_test.phpt')
-rw-r--r--ext/mcrypt/tests/mcrypt_enc_self_test.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/mcrypt/tests/mcrypt_enc_self_test.phpt b/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
deleted file mode 100644
index 2297b969c1..0000000000
--- a/ext/mcrypt/tests/mcrypt_enc_self_test.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-mcrypt_enc_self_test
---SKIPIF--
-<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
---FILE--
-<?php
-$td = mcrypt_module_open(MCRYPT_RIJNDAEL_256, '', MCRYPT_MODE_CBC, '');
-var_dump(mcrypt_enc_self_test($td));
---EXPECTF--
-Deprecated: Function mcrypt_module_open() is deprecated in %s%emcrypt_enc_self_test.php on line 2
-
-Deprecated: Function mcrypt_enc_self_test() is deprecated in %s%emcrypt_enc_self_test.php on line 3
-int(0) \ No newline at end of file