1
0
Fork 0
composer/tests/Composer/Test
Jordi Boggiano 876136022b
Merge remote-tracking branch 'origin/1.10'
2020-04-13 12:41:30 +02:00
..
Autoload Skip invalid PSR-0/4 classes from optimized autoloader, fixes #8403 2020-03-10 15:40:45 +01:00
Command Fix build 2020-02-11 11:41:31 +01:00
Config
Console PHPStan fixes 2020-02-07 23:10:10 +01:00
DependencyResolver Fix handling of aliases to use consistent format everywhere 2020-04-08 12:31:02 +02:00
Downloader Make FileDownloader always download file first in vendor-dir/composer/$tmp instead of next to install path to avoid issues with custom installers not being loaded when downloading on first install, and use cleanup method properly 2020-03-28 20:38:50 +01:00
EventDispatcher Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock 2020-02-12 14:35:31 +01:00
Fixtures Update HTTP URLs to their HTTPS if they already redirect automatically 2020-04-13 06:22:02 +07:00
IO
Installer Simplify suggester output when updating, refactor suggest command to reuse SuggestedPackagesReporter and make smarter defaults, fixes #6267 2020-02-13 16:13:29 +01:00
Json Update HTTP URLs to their HTTPS if they already redirect automatically 2020-04-13 06:22:02 +07:00
Mock Add color to lock operations and dry run output 2020-04-08 15:18:28 +02:00
Package Merge remote-tracking branch 'origin/1.10' 2020-04-13 12:41:30 +02:00
Plugin Refactor away some unnecessary RepositorySet usages 2020-02-13 17:51:22 +01:00
Question use Symfony PHPUnit Bridge 2020-02-07 12:22:22 +08:00
Repository Reorg ComposerRepository to fix tests 2020-04-13 12:10:31 +02:00
Script Fix indenting 2019-07-29 16:44:50 +02:00
Util Merge branch 'master' into 2.0 2020-02-07 22:20:51 +01:00
AllFunctionalTest.php
ApplicationTest.php do not use env 2020-02-07 13:07:01 +08:00
CacheTest.php Merge branch 'master' into 2.0 2020-02-07 22:20:51 +01:00
ComposerTest.php
ConfigTest.php fix risky tests (without any assertion) 2020-02-07 14:35:07 +08:00
DefaultConfigTest.php
FactoryTest.php
InstallerTest.php Raise phpstan level to 1 (#8027) 2020-04-07 14:13:50 +02:00
TestCase.php use Symfony PHPUnit Bridge 2020-02-07 12:22:22 +08:00