PHPUnit extension for database interaction testing.
Forked from sebastianbergmann/dbunit
Original README.md is README_original.md
I aim to work with phunit-7 and php-7.2
If you use Composer to manage the dependencies of your project then you can add DbUnit as a development-time dependency to your project:
Add repository for composer.json
.
{
"repositories": [
{ "type": "vcs", "url": "https://github.com/iamapen/dbunit" }
]
}
$ composer require --dev iamapen/dbunit