diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2013-06-15 13:34:05 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2013-09-14 13:52:25 +0200 |
| commit | 61e98fbd6350a03b85442a3d9b40ff7aac810264 (patch) | |
| tree | 29a0e5e33abb677ef2f5132963a1bd8541422619 /tests | |
| parent | c9fafcefd3a7cc65109ed610e9c4ff68979e3a1a (diff) | |
| download | forums-61e98fbd6350a03b85442a3d9b40ff7aac810264.tar forums-61e98fbd6350a03b85442a3d9b40ff7aac810264.tar.gz forums-61e98fbd6350a03b85442a3d9b40ff7aac810264.tar.bz2 forums-61e98fbd6350a03b85442a3d9b40ff7aac810264.tar.xz forums-61e98fbd6350a03b85442a3d9b40ff7aac810264.zip | |
[feature/passwords] Add driver helper class for additional functions
Functions for the helper class might be used in other drivers as well and
therefore shouldn't be limited to just one driver.
PHPBB3-11610
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), ); } |
