@@ -18,6 +18,9 @@ |
||
| 18 | 18 | $reader->nextJsonLine(); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param string $expectedId |
|
| 23 | + */ |
|
| 21 | 24 | private function assertFindsEntity( GzDumpReader $reader, $expectedId ) { |
| 22 | 25 | $line = $reader->nextJsonLine(); |
| 23 | 26 | $this->assertJson( $line ); |