sebastianbergmann / dbunit

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

Refactor __toString() from AbstractTable and ReplacementTable into a helper class #94

Open elazar opened 11 years ago

elazar commented 11 years ago

There's a fair amount of common logic in these two methods and potential others in similar classes. Refactor it into a central helper class to make it more maintainable.