diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/crypto/manager_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crypto/manager_test.php b/tests/crypto/manager_test.php index ce6ac1684f..b2f2862e5f 100644 --- a/tests/crypto/manager_test.php +++ b/tests/crypto/manager_test.php @@ -48,7 +48,7 @@ class phpbb_crypto_manager_test extends PHPUnit_Framework_TestCase array('', '2y', 60), array('crypto.driver.bcrypt_2y', '2y', 60), array('crypto.driver.bcrypt', '2a', 60), - //array('crypto.driver.salted_md5', '$H$', 45), + array('crypto.driver.salted_md5', 'H', 34), ); } |
