@@ -46,8 +46,8 @@ discard block |
||
46 | 46 | ->method('getBranchRevFromRefLog') |
47 | 47 | ->willReturn('main'); |
48 | 48 | $info->expects($this->once()) |
49 | - ->method('getCurrentBranch') |
|
50 | - ->willReturn('foo'); |
|
49 | + ->method('getCurrentBranch') |
|
50 | + ->willReturn('foo'); |
|
51 | 51 | |
52 | 52 | $repo->expects($this->atLeastOnce())->method('getLogOperator')->willReturn($log); |
53 | 53 | $repo->expects($this->atLeastOnce())->method('getDiffOperator')->willReturn($diff); |
@@ -98,8 +98,8 @@ discard block |
||
98 | 98 | $diff = $this->createGitDiffOperator(['file1.php', 'file2.php', 'README.md', 'foo.txt']); |
99 | 99 | |
100 | 100 | $info->expects($this->once()) |
101 | - ->method('getCurrentBranch') |
|
102 | - ->willReturn('foo'); |
|
101 | + ->method('getCurrentBranch') |
|
102 | + ->willReturn('foo'); |
|
103 | 103 | |
104 | 104 | $repo->expects($this->atLeastOnce())->method('getDiffOperator')->willReturn($diff); |
105 | 105 | $repo->expects($this->atLeastOnce())->method('getInfoOperator')->willReturn($info); |
@@ -122,8 +122,8 @@ discard block |
||
122 | 122 | $diff = $this->createGitDiffOperator(['foo/file1.php', 'foo/file2.php', 'README.md', 'foo.txt']); |
123 | 123 | |
124 | 124 | $info->expects($this->once()) |
125 | - ->method('getCurrentBranch') |
|
126 | - ->willReturn('foo'); |
|
125 | + ->method('getCurrentBranch') |
|
126 | + ->willReturn('foo'); |
|
127 | 127 | |
128 | 128 | $repo->expects($this->atLeastOnce())->method('getDiffOperator')->willReturn($diff); |
129 | 129 | $repo->expects($this->atLeastOnce())->method('getInfoOperator')->willReturn($info); |