aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/UserTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add a central ID lookup serviceBrad Jorsch2015-12-021-534/+0
* User: Mostly remove password handlingBrad Jorsch2015-10-131-20/+0
* Fixed spacingumherirrender2015-09-261-1/+1
* Configure logged in session length independentlySam Smith2015-06-231-0/+85
* Password validity by policy per groupcsteipp2015-06-101-2/+23
* Added CAS logic to User::addAutopromoteOnceGroupsAaron Schulz2015-04-161-0/+20
* User: Add unit tests for getId, isAnon and isLoggedInTimo Tijhof2015-04-021-0/+28
* SECURITY: Set maximal password length for DoSTyler Romeo2015-04-011-1/+13
* Fix testGetCanonicalName PHPUnit test:Matthew Flaschen2015-02-271-2/+2
* Add missing @covers tagKunal Mehta2015-01-131-0/+3
* Add User::equalsNiklas Laxström2015-01-131-0/+27
* Typo fixes and non-code tweaksRicordisamoa2014-12-121-1/+1
* Use setMwGlobals in UserTest::testPasswordExpireumherirrender2014-10-161-5/+1
* UserTest: Fix edit count test which incorrectly added user to dbaude2014-09-201-4/+9
* UserTest: Don't rely on the behavior of unknown user optionsBartosz Dziewoński2014-09-201-4/+4
* test: Clean up data providers that should be staticTimo Tijhof2014-09-181-1/+1
* Add tests for User::getCanonicalName()umherirrender2014-09-051-0/+31
* UserTest: Cover User::isIP and User::isValidUserName betterTimo Tijhof2014-07-011-1/+29
* Pass phpcs-strict on some test files (4/x)Siebrand Mazeland2014-04-241-2/+10
* Refactor password validity checkingcsteipp2014-03-151-0/+29
* Password Expirationcsteipp2014-02-201-0/+24
* Revert "User::saveOptions() optimization"Mattflaschen2014-01-311-45/+0
* User::saveOptions() optimizationAntoine Musso2014-01-241-0/+45
* Add more @covers tags and test cleanupaddshore2013-10-221-0/+15
* Add 'viewmyprivateinfo', 'editmyprivateinfo', and 'editmyoptions' rightsBrad Jorsch2013-07-031-0/+5
* Update formattingSiebrand Mazeland2013-02-141-9/+9
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+1
* fix testEditCount to work with non-wikitext content in main NSaude2012-11-081-1/+1
* (bug 37963) Fixed loading process for user options.parent54462012-10-301-0/+27
* raise timeout for UserTest::testEditCountAntoine Musso2012-10-261-4/+5
* Unit test for User::getEditCountMarius Hoch2012-10-181-0/+24
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-18/+12
* Add UserTest::testAllRightsWithMessageumherirrender2012-08-131-0/+28
* Documentation and whitespaceSam Reed2012-01-191-0/+5
* Reverted r92364 (per-namespace permissions). Tim Starling2011-12-121-61/+7
* Use dataProvider for the testIsValidUserName method. Followup r99466Santhosh Thottingal2011-10-111-15/+22
* Stylize.php changesSanthosh Thottingal2011-10-111-33/+33
* Testcases for isValidUserName method of User.php. Santhosh Thottingal2011-10-111-0/+18
* Since r92364 UserTest.php needs a databasePlatonides2011-07-191-1/+4
* First steps for bug 14801: add backend support for per-namespace permissions ...Bryan Tong Minh2011-07-161-1/+107
* Follow-up r91895: Call parent destructor as well, just to be safe.Bryan Tong Minh2011-07-111-0/+2
* Add unit tests for $wgGroupPermissions/$wgRevokePermissionsBryan Tong Minh2011-07-111-0/+56