mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix repository test
This commit is contained in:
parent
4615ded35e
commit
1e15edc43d
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class VcsRepositoryTest extends \PHPUnit_Framework_TestCase
|
|||
};
|
||||
|
||||
$exec('git init');
|
||||
$exec('git config user.email composertest@example.org');
|
||||
$exec('git config user.name ComposerTest');
|
||||
touch('foo');
|
||||
$exec('git add foo');
|
||||
$exec('git commit -m init');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue