@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Prophecy\Doubler\ClassPatch; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use Prophecy\Doubler\Generator\Node\ClassNode; |
| 8 | 7 | use Prophecy\Doubler\Generator\Node\MethodNode; |
| 9 | 8 | |
@@ -765,6 +765,9 @@ |
||
| 765 | 765 | return new StreamOutput(fopen('php://memory', 'r+', false), $verbosity, $decorated); |
| 766 | 766 | } |
| 767 | 767 | |
| 768 | + /** |
|
| 769 | + * @param string $expected |
|
| 770 | + */ |
|
| 768 | 771 | protected function generateOutput($expected) |
| 769 | 772 | { |
| 770 | 773 | $count = substr_count($expected, "\n"); |