mediawiki-extensions-Cite/tests/phpunit
thiemowmde 202c0d3636 Drop unused …_suffix and …_key_with_num messages
The three messages cite_reference_link_key_with_num,
cite_reference_link_suffix, and cite_references_link_suffix are not
used for anything.

According to CodeSearch:
https://codesearch.wmcloud.org/search/?i=1&q=cite_references?_link_(key|suffix)

According to GlobalSearch:
https://global-search.toolforge.org/?q=.&regex=1&namespaces=8&title=Cite.references?.link.(key|suffix).*
For comparison:
https://global-search.toolforge.org/?q=.&regex=1&namespaces=8&title=Cite.references?.link.prefix.*

They are not meant to be localized, as noted in qqq.json. As many
messages in Cite the idea is that individual wikis can customize the
generated HTML (!) via such messages. These particular ones apparently
have been introduced just because it's technically possible, but never
been used for anything. They exist since the very first commit from
2005: https://phabricator.wikimedia.org/rECITb714bf09

Note how these messages aren't even visible anywhere, except in the
browser's address bar as part of a #… fragment.

This obviously doesn't solve T321217 but helps minimizing the
surface.

Bug: T321217
Change-Id: Icfa82155e3b02df39bb6e924bc472f6edc565d5f
2023-12-08 09:26:05 +01:00
..
integration Drop unused …_suffix and …_key_with_num messages 2023-12-08 09:26:05 +01:00
unit Merge "Re-arrange code in preparation for T298278" 2023-12-05 14:53:42 +00:00
CiteCSSFileModuleTest.php tests: Use $this->getServiceContainer() 2023-10-26 19:59:14 +00:00
CiteDbTest.php tests: Use $this->getServiceContainer() 2023-10-26 19:59:14 +00:00
CiteHooksTest.php Update StaticUserOptionsLookup's FQN 2023-11-29 17:55:07 +00:00
CiteIntegrationTest.php Replace all Language and Parser mocks with no-op mocks 2023-07-27 10:00:28 +00:00
ReferenceMessageLocalizerTest.php Remove single use classes from the use section 2019-12-17 14:57:55 +01:00