1
0
Fork 0
composer/tests/Composer/Test
Stephan ef12e42bdb
GitDriver: try to fetch default branch from remote (#10687)
The initial clone determined what the default branch of the cache git repository was. Changing it on the remote didn't have any impact on the local data. However, cloning it on a different machine would then store a different default branch on that machine. This could lead to different results for the same command on different machines.
2022-04-01 17:13:22 +02:00
..
Autoload Merge branch '2.2' into main 2022-03-15 13:11:59 +01:00
Command Enable strict types on all files 2022-02-24 13:24:34 +01:00
Config Enable strict types on all files 2022-02-24 13:24:34 +01:00
Console Enable strict types on all files 2022-02-24 13:24:34 +01:00
DependencyResolver Merge branch '2.2' into main 2022-03-15 13:11:59 +01:00
Downloader Merge branch '2.2' into main 2022-03-29 18:58:23 +02:00
EventDispatcher Enable strict types on all files 2022-02-24 13:24:34 +01:00
Filter/PlatformRequirementFilter Enable strict types on all files 2022-02-24 13:24:34 +01:00
Fixtures Merge branch '2.2' into main 2022-03-29 22:00:45 +02:00
IO Enable strict types on all files 2022-02-24 13:24:34 +01:00
Installer Fix usage of react/promise resolve() to prepare for v3 2022-03-18 09:20:42 +01:00
Json Validate config schema before loading it, fixes #10685 2022-04-01 11:23:59 +02:00
Mock fix phpdoc type (#10669) 2022-03-30 11:58:30 +02:00
Package ArrayLoader: handle links where target is invalid numeric package name (#10663) 2022-03-29 12:46:51 +02:00
Platform Fix parsing of openssl versions with odd suffixes, refs #10631 2022-03-30 18:09:40 +02:00
Plugin Fix usage of react/promise resolve() to prepare for v3 2022-03-18 09:20:42 +01:00
Question Enable strict types on all files 2022-02-24 13:24:34 +01:00
Repository GitDriver: try to fetch default branch from remote (#10687) 2022-04-01 17:13:22 +02:00
Script Enable strict types on all files 2022-02-24 13:24:34 +01:00
Util Make test more resilient on slow windows CI 2022-04-01 11:27:13 +02:00
AllFunctionalTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
ApplicationTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
CacheTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
ComposerTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
ConfigTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
DefaultConfigTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
FactoryTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
InstalledVersionsTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
InstallerTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
TestCase.php Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632) 2022-03-17 14:52:14 +01:00