aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiComparePagesTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+1
* Merge "ApiComparePagesTest: Disable temp accounts for anon tests"jenkins-bot2024-06-251-0/+4
|\
| * ApiComparePagesTest: Disable temp accounts for anon testsKosta Harlan2024-06-251-0/+4
* | Replace db with getDb for TestsWandji692024-06-231-2/+2
|/
* tests: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-9/+12
* Migrate to IDatabase::newDeleteQueryBuilderUmherirrender2024-04-121-1/+5
* tests: Namespace api testsReedy2024-02-181-0/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-2/+2
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* api tests: Call editPage() with WikiPage when used for same pageUmherirrender2023-06-241-3/+4
* HTML: Remove self-closing XHTML syntax from coreVolker E2023-05-031-1/+1
* API tests: Assert error codes, not error messagesBartosz Dziewoński2023-04-261-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of the new PageUpdateStatusdaniel2022-11-301-1/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-10/+10
* tests/api: Add TestUser::getAuthority and use itUmherirrender2022-08-061-7/+7
* tests/api: Use MediaWikiIntegrationTestCase::editPage for editsUmherirrender2022-08-061-6/+10
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-1/+2
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-1/+0
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-2/+4
* Rename diff-related classes for LTR compatibilityDaimona Eaytoy2021-09-171-37/+38
* Lock selection to a single side in diffsDaimona Eaytoy2021-07-271-35/+35
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-2/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Tests: Mark more closures as staticReedy2021-02-071-1/+1
* Create diff markers with CSSEd Sanders2020-12-301-35/+35
* TableDiffFormatter: Build HTML using utility classEd Sanders2020-12-291-62/+62
* Replace uses of Revision constantsDannyS7122020-07-031-6/+8
* Remove use of the Revision object returned in WikiPage::doEditContentDannyS7122020-06-091-1/+1
* Added timestamp to action=compareVarun Das2020-04-091-2/+46
* Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-1/+1
* Add $wgDiffEngineBrad Jorsch2019-11-051-0/+2
* Drop strings for wgExternalDiffEngine, deprecated in 1.27 and 1.32James D. Forrester2019-10-031-10/+0
* Ensure calls to Title::getArticleID use the same case as the definitionThalia2019-02-061-7/+7
* Merge "ApiComparePages: Don't error with no prev/next rev"jenkins-bot2018-12-181-18/+56
|\
| * ApiComparePages: Don't error with no prev/next revBrad Jorsch2018-10-221-18/+56
* | ApiComparePages: Don't try to find next/prev of a deleted revisionBrad Jorsch2018-12-031-0/+24
|/
* ApiComparePages: Clean up handling of slot deletionBrad Jorsch2018-08-311-0/+10
* ApiComparePages: Update for MCRBrad Jorsch2018-08-231-31/+320
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Merge "ApiComparePages: Add 'fromsection' and 'tosection' parameters"jenkins-bot2018-01-041-0/+43
|\
| * ApiComparePages: Add 'fromsection' and 'tosection' parametersBrad Jorsch2017-12-301-0/+43
* | build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-3/+2
|/
* Fix inconsistent capitalization of different method callsThiemo Mättig2017-12-271-1/+1
* API: Rewrite ApiComparePagesBrad Jorsch2017-06-051-0/+611