aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/diff/DifferenceEngineTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+2
* Add missing documentation to class properties (frontend-related)Umherirrender2024-09-051-0/+2
* Make DifferenceEngineTest run standaloneArthur Taylor2024-04-301-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* tests: Use namespaced classesUmherirrender2023-12-111-0/+1
* parser: Move lang/dir and mw-content-ltr to ParserOutput::getTextTimo Tijhof2023-11-031-4/+4
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-2/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Factor out TextDiffer hierarchy from TextSlotDiffRendererTim Starling2023-07-191-29/+17
* Add a test for DifferenceEngine::showDiffPageTim Starling2023-06-271-18/+245
* Improve handling of diffs between incompatible content modelsGergő Tisza2023-06-231-7/+30
* DifferenceEngineTest: improve data providersTim Starling2023-06-221-76/+98
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-2/+2
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* diff: Handle timestamp correct for suppressed revisionsUmherirrender2022-12-171-4/+6
* tests: Add tests for DifferenceEngine::getRevisionHeaderUmherirrender2022-12-171-0/+80
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Make use of the new PageUpdateStatusdaniel2022-11-301-1/+1
* tests: Use MediaWikiIntegrationTestCase::editPage for editsUmherirrender2022-09-231-5/+9
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-1/+2
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-1/+1
* diff: Fix small issues and compact syntax in DifferenceEngineThiemo Kreuz2022-02-041-0/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-2/+2
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+2
* Replace RecentChange::getPerformer with RecentChange::getPerformerIdentityRoman Stolar2021-05-271-0/+50
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-4/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-2/+2
* Add support for derived MCR slotsCindy Cicalese2021-03-181-0/+20
* Deprecate constructing revision with non-proper pagePetr Pchelko2021-03-101-19/+2
* Fix incomplete/bogus PHPDoc tags in various testsThiemo Kreuz2021-01-141-2/+2
* Create diff markers with CSSEd Sanders2020-12-301-0/+4
* Make use of array deconstruction directly in foreach, if possibleThiemo Kreuz2020-11-121-6/+2
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Use nullable type in function signatureUmherirrender2019-11-201-1/+1
* Add $wgDiffEngineBrad Jorsch2019-11-051-0/+2
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Kill the remaining usages of PHPUnit4And6Compat methodsDaimona Eaytoy2019-10-061-1/+2
* Merge "Replace setExpectedException with two args"jenkins-bot2019-10-051-2/+4
|\
| * Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-2/+4
* | Drop strings for wgExternalDiffEngine, deprecated in 1.27 and 1.32James D. Forrester2019-10-031-24/+0
|/
* Call resetServices() when setting globals in testsAryeh Gregor2019-08-291-7/+10
* Fix order of @var parameter in PHPFomafix2019-04-081-2/+2
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-3/+3
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-4/+4
* Avoid constructing Title objects in data providersdaniel2018-09-031-1/+19
* Fix DifferenceEngine revision loading logicGergő Tisza2018-08-241-9/+14