aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* 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
* Filter temporary accounts as anonymous in ApiQueryRecentChangesSTran2024-07-291-8/+40
* ApiQueryRecentChangesIntegrationTest: Fixes for temp accountsKosta Harlan2024-06-261-2/+3
* Add namespace and deprecation alias to WatchedItemQueryServiceEbrahim Byagowi2024-05-181-1/+1
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-031-15/+5
* tests: Namespace api testsReedy2024-02-181-1/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Add `temp` flags to api callsSTran2023-12-121-0/+33
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-5/+0
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* Merge "tests: api: Use NS_ constants instead of hard coded values"jenkins-bot2023-07-301-71/+71
|\
| * tests: api: Use NS_ constants instead of hard coded valuesUmherirrender2023-07-291-71/+71
* | tests: api: Replace some static function with servicesUmherirrender2023-07-291-17/+14
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-3/+3
* tests/api: Add TestUser::getAuthority and use itUmherirrender2022-08-061-2/+3
* tests/api: Use MediaWikiIntegrationTestCase::editPage for editsUmherirrender2022-08-061-6/+6
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+2
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-7/+2
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-18/+12
* RecentChange: replace Title in method signaturesdaniel2021-04-261-1/+0
* Move ApiQuery* tests under the /query subdirectoryAaron Schulz2020-10-301-0/+1034