array()); } }; $response = $export->store('from-iterator-store.xlsx'); $this->assertTrue($response); $contents = $this->readAsArray(__DIR__ . '/../Data/Disks/Local/from-iterator-store.xlsx', 'Xlsx'); $this->assertEquals($export->array(), $contents); } }