mediawiki-extensions-Cite/src
thiemowmde 4377f0923d More simple and consistent @covers and @license tags
Same arguments as in Iafa2412. The one reason to use more detailled
per-method @covers annotations is to avoid "accidental coverage"
where code is marked as being covered by tests that don't assert
anything that would be meaningful for this code. This is especially a
problem with older, bigger classes with lots of side effects.

But all the new classes we introduced over the years are small, with
predictable, local effects.

That's also why we keep the more detailled @covers annotations for
the original Cite class.

Bug: T353227
Bug: T353269
Change-Id: I69850f4d740d8ad5a7c2368b9068dc91e47cc797
2023-12-15 12:12:16 +01:00
..
Hooks More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
ResourceLoader Remove PHPDocs that just repeat what the code already says 2023-12-13 12:44:41 +01:00
AnchorFormatter.php Merge "Skip URL encoding in id="…" attributes that aren't URLs" 2023-12-12 14:34:07 +00:00
Cite.php More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
ErrorReporter.php Add temporary ErrorReporter::firstError helper function 2023-12-14 17:16:49 +01:00
FootnoteMarkFormatter.php Use namespaced classes 2023-12-10 23:18:51 +01:00
ReferenceMessageLocalizer.php More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
ReferencesFormatter.php Remove PHPDocs that just repeat what the code already says 2023-12-13 12:44:41 +01:00
ReferenceStack.php Merge "Introduce named constant for "__placeholder__" string" 2023-12-14 14:20:14 +00:00
Validator.php More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00