summaryrefslogtreecommitdiffstats
path: root/tests/crypt_preferred_method.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crypt_preferred_method.phpt')
-rw-r--r--tests/crypt_preferred_method.phpt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/crypt_preferred_method.phpt b/tests/crypt_preferred_method.phpt
new file mode 100644
index 0000000..f222639
--- /dev/null
+++ b/tests/crypt_preferred_method.phpt
@@ -0,0 +1,9 @@
+--TEST--
+Test crypt_preferred_method
+--FILE--
+<?php
+var_dump(crypt_preferred_method());
+?>
+--EXPECTF--
+string(%d) "$%s$"
+