Declare visibility on Autoloader::$autoloadLocalClassesLower
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Nov 2013 16:50:23 +0000 (17:50 +0100)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 7 Nov 2013 17:41:47 +0000 (09:41 -0800)
commit6d2234640cbb22600dc35e3a98c080889cfb7649
tree14662619eae384a59f2943788ea50f2d337e08c7
parente8352b0e0e888641955a5ab81156ed22e0b577d6
Declare visibility on Autoloader::$autoloadLocalClassesLower

Make protected, add method to allow tests to clear the protected class
property, and remove a now unneeded class from the test.

Change-Id: I269cab8d3f4419c91dfe15d5722e19ff6da828d1
includes/AutoLoader.php
tests/phpunit/structure/AutoLoaderTest.php