AutoLoaderTest: Add support for class aliases
authorKevin Israel <pleasestand@live.com>
Thu, 23 Jan 2014 20:49:39 +0000 (15:49 -0500)
committerKevin Israel <pleasestand@live.com>
Thu, 23 Jan 2014 21:31:42 +0000 (16:31 -0500)
commitda83e1a083edfc2cf7694b04b6e157c6628a27bf
treeb63403c07c854563f494b132556e7147833a24d6
parent04966bceeb22fbeac1352ccdbe468d2b0e6173d1
AutoLoaderTest: Add support for class aliases

* Changed the regex to match class aliases, and added a check to
  also ensure that all aliases for a class are in the same file as
  the class (see cb77e59f7c99 for explanation).
* Removed support for the seemingly unmaintained Parsekit extension
  (no release since 2009, and known not to compile against PHP 5.4).
  The test would currently fail if Parsekit were used anyway because
  the class MyLocalSettingsGenerator is commented out.

Change-Id: I7be2352f4659abc7b4952a9f74a14d0cef911614
tests/phpunit/structure/AutoLoaderTest.php