wiki.techinc.nl/tests/phpunit/unit/includes/password
Timo Tijhof 355a6cd4c3 phpunit: Add error_reporting/AtEase check to MediaWikiUnitTestCase
This existed on MediaWikiIntegrationTestCase, but not on
MediaWikiUnitTestCase. As a result of that, I spent about four
days tracking down a dangling AtEase::suppressWarnings with
missing AtEase::restoreWarnings (as part of Ib6758d724c).

Move it to the common MediaWikiTestCaseTrait instead so that we
get it on unit/ as well.

Example:

> There was 1 failure:
>
> 1) Pbkdf2PasswordTest::testCryptThrows
> PHP error_reporting setting found dirty.
> Did you forget AtEase::restoreWarnings?

Change-Id: I7dc3fe90385c8066b89a5e06c55f5455edfbb4ca
2020-05-09 01:48:45 +00:00
..
Argon2PasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
BcryptPasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
EncryptedPasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
LayeredParameterizedPasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
MWOldPasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
MWSaltedPasswordTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
PasswordFactoryTest.php PasswordFactoryTest: assertArraySubset() is deprecated 2020-01-17 16:04:47 +00:00
PasswordTest.php Improve password test coverage 2019-11-19 15:00:59 +00:00
PasswordTestCase.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
Pbkdf2PasswordFallbackTest.php Unitify most password-related tests 2019-11-10 14:35:27 -08:00
Pbkdf2PasswordTest.php phpunit: Add error_reporting/AtEase check to MediaWikiUnitTestCase 2020-05-09 01:48:45 +00:00