You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
Fixtures Merge branch '1.10' 4 years ago
Vcs Fix warnings on higher phpunit versions 4 years ago
ArrayRepositoryTest.php Fixes from PHPStan (#7687) 6 years ago
ArtifactRepositoryTest.php Add support for TAR in Artifact packages (#9105) 4 years ago
ComposerRepositoryTest.php Add executeAsync to ProcessExecutor and allow Loop class to wait on it in addition to HttpDownloader 4 years ago
CompositeRepositoryTest.php Fixes from PHPStan (#7687) 6 years ago
FilesystemRepositoryTest.php Fix warnings on higher phpunit versions 4 years ago
FilterRepositoryTest.php Oops 4 years ago
InstalledRepositoryTest.php Get rid of EmptyConstraint 4 years ago
PathRepositoryTest.php Fix tests 4 years ago
PlatformRepositoryTest.php Fix name 4 years ago
RepositoryFactoryTest.php Merge branch 'master' into 2.0 4 years ago
RepositoryManagerTest.php Remove PEAR installer/downloader/repos/..., fixes #8778 4 years ago
VcsRepositoryTest.php Fix running tests with non standard default branch 4 years ago