mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
parent
82e3059c6e
commit
cc33db9257
2 changed files with 7 additions and 8 deletions
|
@ -63,12 +63,9 @@ GIT;
|
|||
|
||||
$process
|
||||
->expects([[
|
||||
'cmd' => 'git remote show origin',
|
||||
'stdout' => $stdoutFailure,
|
||||
], [
|
||||
'cmd' => 'git branch --no-color',
|
||||
'stdout' => $stdout,
|
||||
]]);
|
||||
]], true);
|
||||
|
||||
$this->assertSame('main', $driver->getRootIdentifier());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue