nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Write unit tests for Reader/Writer + SplFileObject #98

Closed nozavroni closed 8 years ago

nozavroni commented 8 years ago

I refactored the Readable/Writable/Seekable interfaces so that SplFileObject could be passed directly to my reader/writer objects. Need to now write unit tests to make sure this works as expected.

nozavroni commented 8 years ago

Decided to scrap this and just use IO\Stream instead. See issue #108