wiki.techinc.nl/tests/phpunit/includes/password
Tim Starling a9911b2582 Improve test coverage in includes/password
From 21% to 82%.

* Added missing @covers, broadened @covers where appropriate.
* Added tests for some code that lacked them.
* Added a parameter to control the use of hash_pbkdf2() so that the pure
  PHP fallback could be tested. In the non-fallback test, force the use
  of the extension, and mark it skipped if it is not installed.

Bug: T167003
Change-Id: I987e1a89ec343907f4ead7f6192b2d4deb58ac16
2017-06-07 14:28:11 +10:00
..
BcryptPasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
EncryptedPasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
LayeredParameterizedPasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
MWOldPasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
MWSaltedPasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
PasswordFactoryTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
PasswordPolicyChecksTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
PasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
PasswordTestCase.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
Pbkdf2PasswordFallbackTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
Pbkdf2PasswordTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00
UserPasswordPolicyTest.php Improve test coverage in includes/password 2017-06-07 14:28:11 +10:00