aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/changes/OldChangesListTest.php
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-291-237/+0
* phpunit: Fix tests relying on implicit wgScript/wgArticlePathTimo Tijhof2024-05-051-6/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Replace assertRegExp with assertMatchesRegularExpressionDaimona Eaytoy2022-10-071-15/+15
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-3/+3
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Remove constructors from test classesDannyS7122021-03-081-6/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Add tests for Hook run call sitesNikki Nikkhoui2020-05-141-0/+10
* Stop using assertContains with string haystackDaimona Eaytoy2019-12-151-2/+2
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* i18n: Rename 11 messages for case-complianceJames D. Forrester2019-05-181-1/+1
* Unwatch link for pages in Special:WatchlistGeoffrey Mon2017-08-121-0/+34
* Make phpcs passUmherirrender2017-08-111-4/+8
* RCFilters: show new changesStephane Bisson2017-07-311-2/+2
* ChangesList: Expose basic properties of lines as data attributesGergő Tisza2017-06-081-3/+5
* Whenever possible, reuse User objects in unit testsOri Livneh2016-05-261-14/+4
* Remove explicit tabindex from diff linksDerk-Jan Hartman2016-05-251-1/+0
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-2/+2
* ChangesList: Add support for context source in ChangesList::flag()Timo Tijhof2016-03-081-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Add more test cases to OldChangesListTestaude2015-10-061-0/+19
* tests: Clean up file headersTimo Tijhof2015-04-011-1/+0
* Use qqx language for OldChangesListTestaude2014-09-181-12/+8
* Fix undefined argument in OldChangesListaude2014-09-091-0/+11
* Add @todo note in OldChangesListTestaude2014-08-291-0/+4
* Add test case for recent changes flags in OldChangesListaude2014-08-291-1/+20
* Add $logAction param for test recent changes helperaude2014-08-291-3/+3
* Add some tests for OldChangesListaude2014-07-251-0/+157