aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Message/ConverterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert ConverterTest to pure unit testsDannyS7122021-03-221-114/+0
| | | | | | No integration is needed Change-Id: If9df5614f3e214aeeaaa190de0ea149dc0806e97
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
| | | | | | | | | | | | | The name change happened some time ago, and I think its about time to start using the name name! (Done with a find and replace) My personal motivation for doing this is that I have started trying out vscode as an IDE for mediawiki development, and right now it doesn't appear to handle php aliases very well or at all. Change-Id: I412235d91ae26e4c1c6a62e0dbb7e7cf3c5ed4a6
* MediaWiki\Message: Extract Message↔MessageValue conversion from TextFormatterBrad Jorsch2019-11-261-0/+114
The Action API is going to need to convert between the two at various boundaries where it receives a Status from business logic. Also when we make HtmlFormatter and the like, that'll initially need the same conversion logic too. Change-Id: Id5b216b033718f3ef38bfd4be1715218ee07bb93