()
| 17 | public function testReadDataPreservesTwoColumnRows(): void { |
| 18 | $file = new class { |
| 19 | public function getMTime(): int { |
| 20 | return 1; |
| 21 | } |
| 22 | |
| 23 | public function getContent(): string { |
| 24 | return "CATEGORY,EURO\nENTERTAINMENT,9798\nLIVING,10943"; |