mediawiki-extensions-Cite/tests/phpunit/unit
Adam Wight 3d80501829 Narrow message localizer interface
We never access Language directly, so proxy its method instead of
returning the full object.

I believe I've found a bug, but not fixing here: the footnote body
numeric backlinks like "2.1" behave as if they were decimals rather
than two numbers stuck together with a dot.  So they are localized
to "2,1".

Bug: T239725
Change-Id: If386bf96d48cb95c0a287a02bedfe984941efe30
2019-12-06 12:17:09 +01:00
..
CiteDataModuleTest.php Move all code to PSR-4 compatible namespaces 2019-11-20 17:00:13 +01:00
CiteHooksUnitTest.php Remove ApiQueryReferences support 2019-11-28 11:08:46 +01:00
CiteKeyFormatterTest.php Use message localizer in CiteKeyFormatter 2019-12-05 14:57:32 +01:00
CiteParserHooksTest.php Remove obsolete ParserBeforeTidy hook handler 2019-12-04 16:56:43 +01:00
CiteParserTagHooksTest.php Move all code to PSR-4 compatible namespaces 2019-11-20 17:00:13 +01:00
CiteUnitTest.php Use the message localizer in Cite 2019-12-05 13:23:31 +01:00
FootnoteBodyFormatterTest.php Narrow message localizer interface 2019-12-06 12:17:09 +01:00
FootnoteMarkFormatterTest.php Narrow message localizer interface 2019-12-06 12:17:09 +01:00
ReferenceMessageLocalizerUnitTest.php Narrow message localizer interface 2019-12-06 12:17:09 +01:00
ReferenceStackTest.php Cover rollback with tests 2019-12-03 09:53:23 +01:00