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