sebastianbergmann / dbunit

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

Added the ArrayDataSet as mentioned in the documentation. #155

Closed richardbrinkman closed 9 years ago

richardbrinkman commented 9 years ago

In the documentation on the website, a very handy extension is described: the ArrayDataSet. It's very usefull and should be included in the source and not only in the documentation. The documentation also mentioned that it is not implemented (yet). If this pull request got accepted, that remark (and the implementation of ArrayDataSet) can be removed. The file is a straightforward copy/paste. I only added the usual comment header and changed the name of the class.

elazar commented 9 years ago

I agree with this change. However, we should coordinate the related documentation changes to avoid confusion. Can someone submit a PR to sebastianbergmann/phpunit-documentation that handles updating this section?

elazar commented 9 years ago

Merged both. Doc changes should go out the next time @sebastianbergmann pushes a manual update. Thanks @richardbrinkman for your contributions.