Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ConverterTest to pure unit tests | DannyS712 | 2021-03-22 | 1 | -114/+0 |
| | | | | | | No integration is needed Change-Id: If9df5614f3e214aeeaaa190de0ea149dc0806e97 | ||||
* | MediaWikiTestCase to MediaWikiIntegrationTestCase | addshore | 2020-06-30 | 1 | -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 TextFormatter | Brad Jorsch | 2019-11-26 | 1 | -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 |