sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

Feature request: support data uri in CsvDataSet (maybe other datasets) #186

Closed crocodile2u closed 6 years ago

crocodile2u commented 7 years ago

addTable() in CsvDataSet only accepts existing file name as the 2nd argument, thus it is impossible to pass CSV data in form of data uri:

$csv = <<<CSV
id,name
42,"John Doe"
CSV;

Sometimes it would be handy to do so. I can file a pull request.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.