Last modified: 2012-11-11 13:23:39 UTC
Verify that all entries in the autoloader are correct, that: * The file exists * The file does in fact define this class (if possible) * The file defines no other classes (except those also listed in AutoLoader and pointing to this file). Reason: I8a0c4d42d8e4e7a80a5155ad8b1dd51c73dc3f05
Another way: parse all the PHP files, find out all the class we have and then ask the autoloader to resolve the names :-]
ccing IAlex that detected an autoload error recently.
I simply use maintenance/checkAutoLoader.php...
Great.
Change-Id: I0a307f23175d52345180cdfc7c2d5e172536be1b
Status Merged