parsecsv / parsecsv-for-php

CSV data parser for PHP.
MIT License
678 stars 176 forks source link

Added test for the case of objects as cells #186

Closed gogowitsch closed 4 years ago

gogowitsch commented 4 years ago

I encountered this in Drupal 8, where cells implemented the MarkupInterface. It was objects that, when cast to a string, returned the translated string.

This new test is only green because of commit 5ca540daa74d1a0325d8d720b41014d726dfa81a.