sebastianbergmann / dbunit

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

Improve loading of row columns by validating if the exist #138

Closed emkookmer closed 10 years ago

emkookmer commented 10 years ago

I was updating my XML seeds, but in doing so remove too much. DBUnit gave an error while parsing the modified seed and throw a unknown index exception. As it was unclear what happened, I started digging found that there was no check of a field was found or not. So I came up with this solution.

emkookmer commented 10 years ago

BTW, I don't know if this is the right branch, but as this was the newest version I made the assumption that it would be the best choice

elazar commented 10 years ago

Not sure why the build is failing. I've filed another issue to address that. For now, please re-submit these branches based on the master branch.

emkookmer commented 10 years ago

based on advice of @elazar , will resubmit changes via master