aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/changes/EnhancedChangesListTest.php
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-291-298/+0
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* EnhancedChangesList: Use HTML/CSS for collapsingFomafix2023-07-131-15/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* tests: Replace assertRegExp with assertMatchesRegularExpressionDaimona Eaytoy2022-10-071-4/+4
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-3/+3
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-2/+2
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-2/+10
* 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-3/+2
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* Add missing @param and @return to documentation in testsUmherirrender2021-01-221-0/+5
* Fix watchlist query and filters for RecentChangesSam Wilson2020-07-281-0/+1
* Add clock icon to expiring items in Special:WatchlistSam Wilson2020-06-191-0/+42
* Add tests for Hook run call sitesNikki Nikkhoui2020-05-141-0/+19
* EnhancedChangesList: add screen reader support to live changesAbbe982020-03-101-1/+1
* Stop using assertContains with string haystackDaimona Eaytoy2019-12-151-5/+5
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-1/+1
* RecentChanges updated to use pseudo elements for presentationjdlrobson2019-04-021-2/+2
* EnhancedChangesList: Load style module via addModuleStyles()Fomafix2019-02-121-1/+6
* Unwatch link for pages in Special:WatchlistGeoffrey Mon2017-08-121-2/+47
* Make phpcs passUmherirrender2017-08-111-1/+4
* RCFilters: show new changesStephane Bisson2017-07-311-2/+2
* Fix enhanced RC data attribute sanitizingGergő Tisza2017-06-151-1/+1
* ChangesList: Expose basic properties of lines as data attributesGergő Tisza2017-06-081-0/+19
* Whenever possible, reuse User objects in unit testsOri Livneh2016-05-261-15/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Enable users to watch category membership changes #2addshore2015-10-201-0/+43
* Revert "Enable users to watch category membership changes"CSteipp2015-08-201-43/+0
* Enable users to watch category membership changesKai_WMDE2015-08-131-0/+43
* tests: Clean up file headersTimo Tijhof2015-04-011-1/+0
* Fixed spacingumherirrender2014-09-291-6/+6
* Add basic tests for EnhancedChangesListaude2014-08-291-0/+132