@@ -16,6 +16,9 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | class ObjectDumpIteratorTest extends TestCase { |
| 18 | 18 | |
| 19 | + /** |
|
| 20 | + * @param string[] $lines |
|
| 21 | + */ |
|
| 19 | 22 | private function getIteratorWithReaderReturning( $lines ) { |
| 20 | 23 | return ( new JsonDumpFactory() )->newObjectDumpIterator( new FakeDumpReader( $lines ) ); |
| 21 | 24 | } |