aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/MessageTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-831/+0
* MWTimestamp,Message: Widen `@covers` annotations in unit testsTimo Tijhof2023-06-031-126/+5
* phpunit: Update `@covers` annotations for namespaced classesFunc2023-05-271-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 41.0.0libraryupgrader2023-03-111-8/+8
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Message: Improve parameter type errorsBartosz Dziewoński2022-12-011-1/+2
* Partial Revert "Remove pre PHP 7.4 serialize()/unserialize()"Reedy2022-11-211-2/+2
* Remove pre PHP 7.4 serialize()/unserialize()Reedy2022-11-101-2/+2
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-10/+7
* Only apply transformations for &uselang=qqx when actually using itBartosz Dziewoński2022-03-081-7/+0
* Re-apply "Show message fallback keys when using &uselang=qqx"Bartosz Dziewoński2022-03-081-0/+23
* Revert "Show message fallback keys when using &uselang=qqx"Elliott Eggleston2022-02-231-23/+0
* Show message fallback keys when using &uselang=qqxBartosz Dziewoński2022-02-171-0/+23
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-15/+15
* Remove or replace usages of "sanity"Reedy2021-11-211-2/+2
* Add Message/MessageValue user group member parameter typeTChin2021-11-161-0/+19
* Add message parameter type for User GroupsTChin2021-10-141-0/+15
* Message: Remove deprecated format propertyGergő Tisza2021-09-031-9/+0
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use Message::page instead of Message::titlePetr Pchelko2021-06-091-1/+2
* Replace Title in Message/MessageCachePetr Pchelko2021-06-091-3/+4
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-3/+3
* Merge "Replace PHPUnit ->returnValue() with ->willReturn() shortcut"jenkins-bot2021-04-221-4/+2
|\
| * Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-4/+2
* | Message: Deprecate toString() with an implicit formatTimo Tijhof2021-04-221-5/+15
|/
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Add Message/MessageValue datetime parameter typesPetr Pchelko2021-03-301-0/+52
* tests: Use ::class on exception namesUmherirrender2021-01-031-3/+3
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Merge "Remove Language::factory and getParentLanguage use"jenkins-bot2019-10-291-21/+20
|\
| * Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-21/+20
* | Try fixing flaky testBrad Jorsch2019-10-231-2/+3
|/
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-1/+1
* Kill the remaining usages of PHPUnit4And6Compat methodsDaimona Eaytoy2019-10-061-1/+1
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-3/+0
* Convert MessageCache to serviceAryeh Gregor2019-08-181-1/+0
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-3/+1
* Add some missing @covers tagsKunal Mehta2019-02-021-0/+3
* Use ParserFactory in a bunch of placesAryeh Gregor2018-08-111-4/+2
* Automatically reset namespace caches when neededAryeh Gregor2018-08-011-2/+2
* Use wikimedia/object-factory 1.0.0Kunal Mehta2018-02-041-0/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-6/+6
* Remove method level @group Database tagsaddshore2017-11-231-1/+3
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-1/+2
* SECURITY: Disable <html> tag on system messages despite $wgRawHtml = true;Brian Wolff2017-03-281-0/+17
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+2
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* wfMessage: use Message::params() to handle all the message parametersZhuyifei19992016-12-201-0/+29