wiki.techinc.nl/tests/phpunit/unit/includes/password
Tim Starling 21e7131d17 password: Reduce time cost of password unit tests
Remove Argon2PasswordTest::testPartialConfig(). It's irreparably slow
and doesn't seem to test anything useful, just that the defaults are
the defaults. It was added in PS5 of Ifdf648f5d8a734a663e6 as part of a
change which removed explicit cost defaults from DefaultSettings.php.

Reduce time costs of some other tests.

The time to execute tests in this directory is reduced from ~1.3s to
~0.5s.

Bug: T225730
Change-Id: I30b846b5364ad2030e2547da6c58db13eaf401f2
2022-11-22 22:48:10 +00:00
..
AbstractPbkdf2PasswordTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Argon2PasswordTest.php password: Reduce time cost of password unit tests 2022-11-22 22:48:10 +00:00
BcryptPasswordTest.php password: Reduce time cost of password unit tests 2022-11-22 22:48:10 +00:00
EncryptedPasswordTest.php tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
LayeredParameterizedPasswordTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
MWOldPasswordTest.php
MWSaltedPasswordTest.php
PasswordFactoryTest.php
PasswordPolicyChecksTest.php
PasswordTest.php
PasswordTestCase.php
Pbkdf2PasswordTestCase.php password: Reduce time cost of password unit tests 2022-11-22 22:48:10 +00:00
Pbkdf2PasswordUsingHashExtensionTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Pbkdf2PasswordUsingOpenSSLTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00