1
0
Fork 0

Fix repository test

pull/1594/head
Jordi Boggiano 2013-02-18 08:34:23 +01:00
parent 4615ded35e
commit 1e15edc43d
1 changed files with 2 additions and 0 deletions

View File

@ -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');