wiki.techinc.nl/tests/phpunit/includes/debug
Umherirrender 2582db5ed2 DeprecationHelper: Fix method name in deprecation message
The wfDeprecated is called directly from __get/__set/__isset which needs
only a 2, not 3. That means the message is one caller of.

Change-Id: Ia29fb0a07841f69a4d8b95431f0915df9793c340
2022-04-11 23:30:06 +00:00
..
logger
DeprecationHelperTest.php DeprecationHelper: Fix method name in deprecation message 2022-04-11 23:30:06 +00:00
MWDebugTest.php tests: Replace some usages of Wikimedia\(suppress|restore)Warnings() 2022-02-24 12:55:25 +00:00
TestDeprecatedClass.php DeprecationHelper: avoid closures 2021-12-10 17:15:13 +00:00
TestDeprecatedSubclass.php