mediawiki-extensions-Cite/tests/phpunit
thiemowmde 12c7ad7504 Get rid of "guarded <references>" terminology
This patch only moves existing code around without changing any
behavior. What I basically did was merging the old "guardedReferences"
method into "references", and then splitting the resulting code in
other ways. Now we see a few other concepts emerging. But the idea
something would be "guarded" (how?) is gone.

The most critical detail in this patch are the new method names, and
how the code is split. The names should tell a story, and the methods
should do exactly what the name says. Suggestions?

Bug: T353266
Change-Id: I8b7921ce24487e9657e4193ea6a2e3e7d7b0b1c3
2023-12-14 08:44:40 +01:00
..
integration Get rid of "guarded <references>" terminology 2023-12-14 08:44:40 +01:00
unit Remove PHPDocs that just repeat what the code already says 2023-12-13 12:44:41 +01: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 Change all tests to use overrideConfigValue 2023-12-11 12:17:15 +01:00
ReferenceMessageLocalizerTest.php Remove single use classes from the use section 2019-12-17 14:57:55 +01:00