aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/password/UserPasswordPolicyTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use const for some static data in test filesUmherirrender2024-09-011-5/+5
* Namespace includes/passwordReedy2024-05-181-6/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-2/+0
* Simplify/remove duplicate assertStatusOK and suchthiemowmde2023-10-191-2/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+2
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* Add convenience methods for asserting status.daniel2022-03-161-2/+2
* Remove PasswordCannotMatchUsername password policyReedy2021-09-061-13/+0
* UserPasswordPolicyTest: Replace PasswordCannotMatchBlacklist with PasswordCan...Reedy2021-04-181-1/+1
* Minor followups related to removed password policiesReedy2021-03-191-3/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Deprecate PasswordCannotMatchBlacklistReedy2020-06-251-2/+2
* Password policy to check if a password is a substring of a usernamesbassett2020-01-131-0/+10
* Add password policy setting `suggestChangeOnLogin`Dayllan Maza2019-03-091-8/+56
* Add force option to password policyGergő Tisza2019-01-021-66/+121
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-2/+0
* Improve test coverage in includes/passwordTim Starling2017-06-071-8/+1
* Add missing @group Database tags in testsaude2017-03-181-0/+3
* User group memberships that expireThis, that and the other2017-01-271-0/+2
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-65/+65
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-12/+12
* Password validity by policy per groupcsteipp2015-06-101-0/+234