1
0
Fork 0
composer/tests/Composer/Test
Beau Simensen e8fcf281fa Autoload Generator handles multiple PSR-0 paths
The Autoload Generator was not behaving exactly as expected.
This PR is an alternate version of #203 based on some of
@stof's input on that PR.

The main differences are:

 * The main package is added first instead of last
 * parseAutoloads returns a different structure:
     array('psr-0' => array('Ns\\Foo' => array('installDir')))
 * dump and createLoader updated to account for new structure
2012-01-12 21:14:30 -06:00
..
Autoload Autoload Generator handles multiple PSR-0 paths 2012-01-12 21:14:30 -06:00
DependencyResolver Fix update, fixes #125 2011-12-24 14:15:10 +01:00
Downloader Fix bug with drive names of different cases 2011-12-18 21:10:10 +01:00
Installer Fix travis builds 2011-12-21 16:46:23 +01:00
Json Add tests and fixes some issues 2011-11-05 23:54:05 +01:00
Package Add tests 2012-01-07 17:04:40 +01:00
Repository Move root package handling to a dedicated loader and make ArrayLoader more strict 2011-12-13 01:05:29 +01:00
TestCase.php Add prettyVersion to packages, fixes #76 2011-11-20 15:06:12 +01:00