| @@ -20,6 +20,9 @@ | ||
| 20 | 20 | */ | 
| 21 | 21 |  class EntityDumpIteratorTest extends TestCase { | 
| 22 | 22 | |
| 23 | + /** | |
| 24 | + * @param string $filePath | |
| 25 | + */ | |
| 23 | 26 |  	private function newIteratorForFile( $filePath, callable $onError = null ) { | 
| 24 | 27 | return ( new JsonDumpFactory() )->newEntityDumpIterator( | 
| 25 | 28 | new ExtractedDumpReader( $filePath ), |