1
0
Fork 0
composer/tests/Composer/Test/Repository
Robert Rhoades e6c7ab693e Fix running tests with non standard default branch
When the global git config has init.defaultbranch set to
something other than master the tests fail. This is because
the tests assume that the default branch is called master
but that may not be the case.

This fixes the tests by ensuring that when running git init
we ensure the default branch is called master regardless of
how git is configured.
2020-10-29 21:16:11 +00:00
..
Fixtures Merge branch '1.10' 2020-10-13 14:47:23 +02:00
Vcs Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
ArrayRepositoryTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
ArtifactRepositoryTest.php Add support for TAR in Artifact packages (#9105) 2020-08-12 20:30:58 +02:00
ComposerRepositoryTest.php Add executeAsync to ProcessExecutor and allow Loop class to wait on it in addition to HttpDownloader 2020-06-16 14:00:19 +02:00
CompositeRepositoryTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
FilesystemRepositoryTest.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
FilterRepositoryTest.php Oops 2020-05-26 19:55:40 +02:00
InstalledRepositoryTest.php Get rid of EmptyConstraint 2020-06-05 16:52:24 +02:00
PathRepositoryTest.php Fix tests 2020-10-13 15:01:22 +02:00
PlatformRepositoryTest.php Fix name 2020-08-18 16:31:46 +02:00
RepositoryFactoryTest.php Merge branch 'master' into 2.0 2020-02-14 15:42:17 +01:00
RepositoryManagerTest.php Remove PEAR installer/downloader/repos/..., fixes #8778 2020-04-15 00:24:13 +02:00
VcsRepositoryTest.php Fix running tests with non standard default branch 2020-10-29 21:16:11 +00:00