@@ -62,10 +62,10 @@ |
||
| 62 | 62 | $output->expects($this->any()) |
| 63 | 63 | ->method('writeln') |
| 64 | 64 | ->willReturnCallback(function ($line) use (&$printed) { |
| 65 | - if ($line) { |
|
| 65 | + if ($line) { |
|
| 66 | 66 | $printed[] = $line; |
| 67 | - } |
|
| 68 | - }); |
|
| 67 | + } |
|
| 68 | + }); |
|
| 69 | 69 | $output->expects($this->any()) |
| 70 | 70 | ->method('getFormatter') |
| 71 | 71 | ->with() |