Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 409 Bytes

DbUnit

PHPUnit extension for database interaction testing.

A this is a maintained fork the original phpunit/dbunit by Sebastian Bergmann

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:

$ composer require --dev phpunit/dbunit