summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/mcrypt_list_algorithms.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_list_algorithms.phpt')
-rw-r--r--ext/mcrypt/tests/mcrypt_list_algorithms.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/mcrypt/tests/mcrypt_list_algorithms.phpt b/ext/mcrypt/tests/mcrypt_list_algorithms.phpt
deleted file mode 100644
index 6a7bfd7c70..0000000000
--- a/ext/mcrypt/tests/mcrypt_list_algorithms.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-mcrypt_list_algorithms
---SKIPIF--
-<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
---FILE--
-<?php
-foreach (mcrypt_list_algorithms() as $algo) {
- if (in_array($algo, array('rijndael-256', 'des', 'blowfish', 'twofish'))) {
- echo "FOUND\n";
- }
-}
---EXPECTF--
-Deprecated: Function mcrypt_list_algorithms() is deprecated in %s%emcrypt_list_algorithms.php on line 2
-FOUND
-FOUND
-FOUND
-FOUND \ No newline at end of file