1
0
Fork 0
pull/12013/head
Jordi Boggiano 2024-06-10 15:09:06 +02:00
parent ee28354ca8
commit 5aa7b03b9d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

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