aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/diff/DifferenceEngineTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* [MCR] Render multi-slot diffsGergő Tisza2018-08-201-0/+206
* Add tests for DiffEngine tooltipsWMDE-Fisch2017-11-221-0/+28
* Convert all array() syntax to []Kunal Mehta2016-02-171-13/+13
* tests: Clean up file headersTimo Tijhof2015-04-011-1/+0
* Change @return to start with typeumherirrender2014-08-201-1/+1
* Add tests for ArrayDiffFormatter and DiffOpaddshore2014-02-261-0/+1
* Make setUp and tearDown protected in testsaude2013-11-241-1/+1
* Fixed spacingumherirrender2013-11-191-3/+3
* use getOldid and getNewid methods in DifferenceEngineTestaude2013-10-311-2/+2
* Add tests for DifferenceEngine for revision loadingaude2013-10-301-0/+120