wiki.techinc.nl/tests/phpunit/includes/debug
Petr Pchelko 0c395c3592 DeprecationHelper: allow or deprecate dynamic property access.
Setting and getting dynamic class properties (e.g. $parser->my_fancy_prop)
is a horrific practice that we should get rid of, but it is still
used. DeprecationHelper right now can not be used on classes
where this practice is used by extensions. Introduce methods
to allow or deprecate this practice.

Change-Id: Ib378bef792dd31be155f186f1a4965a05004a37c
2021-07-29 07:57:20 -07:00
..
logger Use ::class for class name 2021-04-08 21:17:42 +02:00
DeprecationHelperTest.php DeprecationHelper: allow or deprecate dynamic property access. 2021-07-29 07:57:20 -07:00
MWDebugTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
TestDeprecatedClass.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
TestDeprecatedSubclass.php Fix class name handling in DeprecationHelper 2019-04-19 01:09:25 -07:00