mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/passwords] Increase test coverage of salted_md5 driver
PHPBB3-11610
This commit is contained in:
@@ -134,6 +134,8 @@ class phpbb_crypto_manager_test extends PHPUnit_Framework_TestCase
|
||||
array('foobar', '3858F62230AC3C915F300C664312C63F', false),
|
||||
array('foobar', '$S$b57a939fa4f2c04413a4eea9734a0903647b7adb93181295', false),
|
||||
array('foobar', '$2a\S$kkkkaakdkdiej39023903204j2k3490234jk234j02349', false),
|
||||
array('foobar', '$H$kklk938d023k//k3023', false),
|
||||
array('foobar', '$H$3PtYMgXb39lrIWkgoxYLWtRkZtY3AY/', false),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user