Skip to content

iamapen/dbunit

 
 

Repository files navigation

This is temporary forked

DbUnit (forked)

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

Installation

Composer

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

About

DbUnit port for PHP/PHPUnit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%