mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge branch '1.10'
This commit is contained in:
commit
03b8c3db3f
7 changed files with 89 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue