wiki.techinc.nl/tests/phpunit/includes/debug
Timo Tijhof 9cb8bb611b debug: Improve docs, fix ingroup tags, clean up tests
* Remove redundant file-level description and ensure the class desc
  and ingroup tag are on the class block instead.
  Ref https://gerrit.wikimedia.org/r/q/owner:Krinkle+message:ingroup

* Widen `@covers` annotations in unit tests.
  Ref https://gerrit.wikimedia.org/r/q/owner:krinkle+is:merged+message:covers

* Create "Debug" documentation group, covering the debug/ directory.
  This will show up on doc.wikimedia.org under "Modules", where
  each class is listed, and the class page will also link back to
  the group as part of its breadcrumb navigation.

  Test with `php maintenance/mwdocgen.php --file docs/,includes/debug/`
  and then view /w/docs/html/

* Improve docs of various classes and explain relationships better.
  In particular, reformat to ensure each class has a oneline
  description that captures its essential function.

Change-Id: I5d1143a9244b7fd888e1dc31f0fd7965272aa900
2023-10-05 11:54:30 +00:00
..
logger debug: Reference PSR LoggerInterface instead of Monolog where possible 2023-09-25 21:04:25 +00:00
DeprecationHelperTest.php tests: Change expectDeprecation to expectDeprecationAndContinue 2023-07-18 16:35:43 +00:00
MWDebugTest.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
TestDeprecatedClass.php
TestDeprecatedSubclass.php