aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+2
* ImportLinkCacheIntegrationTest: Set named user in contextKosta Harlan2024-06-271-1/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Remove indirect calls to IDBAccessObject::READ_* constantsAtieno2024-01-291-4/+4
* Merge "WikiImporter: Pass Authority for permissions instead of global context"jenkins-bot2023-12-111-1/+1
|\
| * WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-1/+1
* | tests: Use namespaced classesUmherirrender2023-12-111-0/+2
|/
* ImportReporter: Deprecate using without setting contextBartosz Dziewoński2023-12-081-2/+2
* Replace generic `new Exception` with more generic onesthiemowmde2023-10-171-1/+1
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-7/+1
* Replace deprecated Title::GAID_FOR_UPDATE constantthiemowmde2023-04-211-4/+4
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-4/+4
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* WikiImporter: inject servicesZabeMath2021-05-241-6/+3
* ImportReporter: replace Title in method signaturesdaniel2021-05-121-8/+0
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Tests: Replace ::doDeleteArticle with WikiPage::doDeleteArticleRealDannyS7122020-03-251-2/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Add missing newline between <?php and namespace/use sectionThiemo Kreuz2019-06-031-0/+1
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* phpunit: Add some @covers and @large/@medium to integration testsTimo Tijhof2018-03-201-1/+3
* Avoid dumping big stack traces from unit tests.daniel2018-03-131-10/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-3/+0
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+3
* Tests: Reflect recent changes to MediaWiki import structuregeorggi2016-01-051-0/+112