DeprecatedGlobal: Support lazy-loading via StubObject
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 11 Jun 2017 01:07:11 +0000 (18:07 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 6 Jul 2017 02:55:00 +0000 (19:55 -0700)
commit1d77070f19e37efd80bf9038d5259e19719c6d53
tree8d1d75125eacf9a77782223b125d01acf376edff
parenta13e081132a5718e0a90b756f56786150e735d8f
DeprecatedGlobal: Support lazy-loading via StubObject

Either a factory function or the class name should be passed in.
Providing the actual value is no longer supported.

And provide tests for DeprecatedGlobal.

Change-Id: I7180cc99c3a01e34f39a9abe54bd1d08137117ed
RELEASE-NOTES-1.30
includes/DeprecatedGlobal.php
tests/phpunit/includes/DeprecatedGlobalTest.php [new file with mode: 0644]