summaryrefslogtreecommitdiff
path: root/vendor/ircmaxell/password-compat/version-test.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ircmaxell/password-compat/version-test.php')
-rw-r--r--vendor/ircmaxell/password-compat/version-test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/ircmaxell/password-compat/version-test.php b/vendor/ircmaxell/password-compat/version-test.php
deleted file mode 100644
index f527e30f..00000000
--- a/vendor/ircmaxell/password-compat/version-test.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$hash = '$2y$04$usesomesillystringfore7hnbRJHxXVLeakoG8K30oukPsA.ztMG';
-$test = crypt("password", $hash);
-$pass = $test == $hash;
-
-echo "Test for functionality of compat library: " . ($pass ? "Pass" : "Fail");
-echo "\n"; \ No newline at end of file