Fix test
parent
ee28354ca8
commit
5aa7b03b9d
|
@ -130,7 +130,7 @@ class RootPackageLoaderTest extends TestCase
|
||||||
'cmd' => ['git', 'branch', '-a', '--no-color', '--no-abbrev', '-v'],
|
'cmd' => ['git', 'branch', '-a', '--no-color', '--no-abbrev', '-v'],
|
||||||
'stdout' => "* latest-production 38137d2f6c70e775e137b2d8a7a7d3eaebf7c7e5 Commit message\n master 4f6ed96b0bc363d2aa4404c3412de1c011f67c66 Commit message\n",
|
'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);
|
], true);
|
||||||
|
|
||||||
$config = new Config;
|
$config = new Config;
|
||||||
|
|
Loading…
Reference in New Issue