sebastianbergmann / dbunit

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

[WIP] Handle edge-cases during ArrayDataSet construction #212

Open nCrazed opened 6 years ago

nCrazed commented 6 years ago

For now I am just adding some tests that should address all of the edge-cases mentioned in #179

Do these look right, or should some of these be handled differently?

nCrazed commented 6 years ago

@sebastianbergmann tagging you in case you're ignoring the PR due to the failed tests.

Should I go ahead and implement the changes, or should some of those test be adjusted first?