1
0
Fork 0
pull/4964/head
Jordi Boggiano 2016-02-25 21:16:48 +00:00
parent 249d97f7cb
commit 2f638c7d96
1 changed files with 0 additions and 4 deletions

View File

@ -399,10 +399,6 @@ class GitDownloaderTest extends TestCase
->with($this->equalTo($expectedSecondGitUpdateCommand))
->will($this->returnValue(0));
$processExecutor->expects($this->at(11))
->method('execute')
->with($this->equalTo('git branch -r'))
->will($this->returnValue(0));
$processExecutor->expects($this->at(13))
->method('execute')
->with($this->equalTo($this->winCompat("git checkout 'ref' -- && git reset --hard 'ref' --")), $this->equalTo(null), $this->equalTo($this->winCompat($this->workingDir)))
->will($this->returnValue(0));