mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Fix test
This commit is contained in:
parent
ee28354ca8
commit
5aa7b03b9d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class RootPackageLoaderTest extends TestCase
|
|||
'cmd' => ['git', 'branch', '-a', '--no-color', '--no-abbrev', '-v'],
|
||||
'stdout' => "* latest-production 38137d2f6c70e775e137b2d8a7a7d3eaebf7c7e5 Commit message\n master 4f6ed96b0bc363d2aa4404c3412de1c011f67c66 Commit message\n",
|
||||
],
|
||||
'git rev-list master..latest-production',
|
||||
['cmd' => ['git', 'rev-list', 'master..latest-production']],
|
||||
], true);
|
||||
|
||||
$config = new Config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue