aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiMoveTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-3/+1
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* Improve rate limit testsdaniel2024-03-121-13/+17
* tests: Namespace api testsReedy2024-02-181-0/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Remove indirect calls to IDBAccessObject::READ_* constantsAtieno2024-01-291-19/+19
* tests: Remove cleanup of blocks, done by ChangedTablesTrackerUmherirrender2024-01-201-3/+0
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-5/+0
* Migrate callers of DatabaseBlock methods moved to DatabaseBlockStoreTim Starling2023-11-061-3/+3
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* tests: api: Replace Title::newFromText with Title::makeTitleUmherirrender2023-07-301-121/+146
* tests: api: Replace some static function with servicesUmherirrender2023-07-291-1/+1
* Replace usages of ApiTestCase::$usersDaimona Eaytoy2023-07-251-3/+4
* API tests: Assert error codes, not error messagesBartosz DziewoƄski2023-04-261-24/+12
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of the new PageUpdateStatusdaniel2022-11-301-1/+1
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-4/+3
* tests: Use MainConfigNames constants on overrideConfigValueUmherirrender2022-07-121-1/+2
* PHPUnit: enable main object cache in testsdaniel2022-07-071-2/+0
* PHPUnit: introduce setMainCachedaniel2022-07-071-2/+2
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+3
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* Update DatabaseBlock construct option 'by' and 'byText' usage to use User Ide...Roman Stolar2021-06-021-1/+1
* Use WatchlistManager in API classesCindy Cicalese2021-04-211-2/+4
* Deprecate DatabaseBlock methods moved to DatabaseBlockStoreThalia2020-09-131-2/+3
* WatchAction: avoid unnecessary UPDATEs when expiry is unchangedMusikAnimal2020-08-111-2/+2
* Default to using watchlist expiry of old page when moving pagesMusikAnimal2020-08-051-0/+30
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-0/+32
* Remove use of the Revision object returned in WikiPage::doEditContent (2)DannyS7122020-06-101-1/+1
* Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-1/+7
* Add target page as a parameter to `articleexists` messageDannyS7122019-12-201-2/+2
* Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-15/+22
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-1/+0
* Re-apply: Factors out permissions check from User into PermissionManager serviceVedmaka2019-06-281-1/+1
* Revert "Factors out permissions check from User into PermissionManager service"Kosta Harlan2019-05-301-3/+0
* Factors out permissions check from User into PermissionManager serviceVedmaka2019-05-291-0/+3
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-3/+5
* Fully utilize LinkTarget passed to getRevisionByTitleJason Linehan2019-04-021-0/+1
* API: Spread autoblocks from action=edit and action=moveBrad Jorsch2019-02-191-0/+33
* Ensure calls to Title::getArticleID use the same case as the definitionThalia2019-02-061-10/+10
* Deprecate MediaWikiTestCase::stashMwGlobalsAryeh Gregor2018-10-071-8/+3
* Test ApiMoveAryeh Gregor2018-04-151-0/+393