mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
parent
269537e466
commit
13a2bc6ff0
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
->with($this->equalTo($expectedGitCommand))
|
||||
->will($this->returnValue(0));
|
||||
|
||||
$expectedGitCommand = $this->getCmd("cd 'composerPath' && git remote set-url --push origin 'git@github.com:composer/composer.git'");
|
||||
$expectedGitCommand = $this->getCmd("git remote set-url --push origin 'git@github.com:composer/composer.git'");
|
||||
$processExecutor->expects($this->at(3))
|
||||
->method('execute')
|
||||
->with($this->equalTo($expectedGitCommand))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue