1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Merge branch '1.10'

This commit is contained in:
Jordi Boggiano 2020-10-08 14:33:36 +02:00
commit 03b8c3db3f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
7 changed files with 89 additions and 32 deletions

View file

@ -44,7 +44,7 @@ class VcsRepositoryTest extends TestCase
self::$gitRepo = $this->getUniqueTmpDirectory();
if (!@chdir(self::$gitRepo)) {
$this->skipped = 'Could not create and move into the temp git repo '.self::$gitRepo;
$this->skipped = 'Could not move into the temp git repo '.self::$gitRepo;
return;
}