aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryUserContribsTest.php
Commit message (Expand)AuthorAgeFilesLines
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+1
* ApiQueryUserContribsTest: Disable temp account featureKosta Harlan2024-06-261-0/+5
* tests: Namespace api testsReedy2024-02-181-0/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* tests: api: Replace some static function with servicesUmherirrender2023-07-291-4/+7
* api tests: Call editPage() with WikiPage when used for same pageUmherirrender2023-06-241-6/+5
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* tests: Replace deprecated User::idFromNameUmherirrender2023-01-091-1/+9
* tests/api: Use MediaWikiIntegrationTestCase::editPage for editsUmherirrender2022-08-061-6/+7
* API: Add IP range support to list=usercontribslziad2022-05-251-0/+1
* Remove passing markTestSkippedIfDbType or add commentUmherirrender2022-01-221-3/+0
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-2/+4
* Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-221-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-3/+1
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-51/+15
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-7/+3
* Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEWBrad Jorsch2019-05-011-1/+2
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-18/+11
* Disable PHPUnit tests that fail under sqliteKunal Mehta2018-08-011-0/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* Rename ApiQueryContributions to ApiQueryUserContribs to match api module nameReedy2018-05-261-0/+194