Add helper trait for deprecating properties
authorGergő Tisza <gtisza@wikimedia.org>
Wed, 11 Jul 2018 17:34:26 +0000 (17:34 +0000)
committerGergő Tisza <tgr.huwiki@gmail.com>
Wed, 18 Jul 2018 13:15:46 +0000 (15:15 +0200)
commit4aedefdbfd193f323097354bf581de1c93f02715
treef513f82b6d3b1a0ea0b32a89004520f3ee910828
parent04f16a204b89c037a2a555615ca0cd9a66837c99
Add helper trait for deprecating properties

Change-Id: I83e6ee4e8eedd49acef2b5d92132d37af715bff3
autoload.php
includes/debug/DeprecationHelper.php [new file with mode: 0644]
tests/common/TestsAutoLoader.php
tests/phpunit/includes/debug/DeprecationHelperTest.php [new file with mode: 0644]
tests/phpunit/includes/debug/TestDeprecatedClass.php [new file with mode: 0644]
tests/phpunit/includes/debug/TestDeprecatedSubclass.php [new file with mode: 0644]