aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryUserInfoTest.php
Commit message (Expand)AuthorAgeFilesLines
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-2/+2
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* TempAccounts: Rate limit acquisition of temp account namesKosta Harlan2024-04-231-1/+2
* Add 'temp' flag to ApiQueryUserInfo APIDreamy Jazz2024-02-281-0/+48
* tests: Namespace api testsReedy2024-02-181-0/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+2
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-2/+0
* Add cancreateaccount property to userinfo APIGergő Tisza2022-08-311-0/+33
* tests/api: Add TestUser::getAuthority and use itUmherirrender2022-08-061-3/+3
* Add convenience methods for asserting status.daniel2022-03-161-2/+2
* Tests: remove unneeded tearDown functionsDannyS7122021-07-271-5/+0
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Use UserEditTracker in ApiQueryUserInfo::getLatestContributionTime()Cindy Cicalese2021-02-071-6/+14
* Add test to ApiQueryUserInfo for latestcontrib timestampCindy Cicalese2021-02-071-0/+49