1
0
Fork 0
composer/tests/Composer/Test
Bryan Davis ad1f8e6c5a Add classmap-authoritative config setting
Add a "classmap-authoritative" configuration setting that can be used to
disable searching the various prefix and fallback directories for
classes that have not been registered with the
Composer\Autoload\ClassLoader class map. This setting can be used to
optimize performance by avoiding a potentially large number of
`file_exists` calls when Composer is being used in a program with
additional autoloader facilities. Use of the setting implies
"optimize-autoloader" to ensure that the most complete class map
possible is generated.

Closes #3603
2015-01-03 17:35:25 -07:00
..
Autoload Add classmap-authoritative config setting 2015-01-03 17:35:25 -07:00
Command Add parallel build to travis script 2013-09-25 10:23:48 +02:00
Config CS fixes 2014-10-17 18:57:27 +01:00
DependencyResolver add --prefer-lowest-stable to update command 2014-12-13 11:51:30 +01:00
Downloader Fix tests and run it before the push url updater 2014-10-20 20:16:14 +01:00
EventDispatcher fixes composer/composer#3546 2014-12-12 22:33:04 +01:00
Fixtures Merge pull request #3450 from nicolas-grekas/prefer-lowest-stable 2014-12-14 13:02:06 +00:00
IO Add parallel build to travis script 2013-09-25 10:23:48 +02:00
Installer Add installer events 2014-07-29 15:25:16 +02:00
Json Fix parsing of strings, fixes #3543 2014-12-13 14:31:58 +00:00
Mock Fix activation of global plugins, fixes #3557 2014-12-16 11:12:13 +00:00
Package Add a failing testcase for stability flags in complex constraints 2014-12-22 12:27:56 +01:00
Plugin PluginManager refactoring, fixes #3550 2014-12-13 18:54:42 +00:00
Repository Remove phpunit repo from tests 2015-01-01 16:26:14 +00:00
Util Fix failures 2014-12-12 13:15:34 +00:00
AllFunctionalTest.php CS fixes 2014-12-07 13:54:29 +00:00
ApplicationTest.php Added some tests for the dev version warning 2014-11-20 18:27:58 +00:00
CacheTest.php Fix tests again.. 2014-12-14 13:46:37 +00:00
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 2014-02-24 18:40:33 +01:00
ConfigTest.php Fix relative path fetching when a var uses var replacement, fixes #3564 2014-12-17 21:57:27 +00:00
InstallerTest.php split update --prefer-lowest and --prefer-stable 2014-12-13 11:51:30 +01:00