mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/passwords] Increase test coverage of salted_md5 driver
PHPBB3-11610
This commit is contained in:
parent
05a5ac282d
commit
3a776ed0af
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ class phpbb_crypto_manager_test extends PHPUnit_Framework_TestCase
|
||||||
array('foobar', '3858F62230AC3C915F300C664312C63F', false),
|
array('foobar', '3858F62230AC3C915F300C664312C63F', false),
|
||||||
array('foobar', '$S$b57a939fa4f2c04413a4eea9734a0903647b7adb93181295', false),
|
array('foobar', '$S$b57a939fa4f2c04413a4eea9734a0903647b7adb93181295', false),
|
||||||
array('foobar', '$2a\S$kkkkaakdkdiej39023903204j2k3490234jk234j02349', false),
|
array('foobar', '$2a\S$kkkkaakdkdiej39023903204j2k3490234jk234j02349', false),
|
||||||
|
array('foobar', '$H$kklk938d023k//k3023', false),
|
||||||
|
array('foobar', '$H$3PtYMgXb39lrIWkgoxYLWtRkZtY3AY/', false),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue