kornrunner / dbunit
PHPUnit extension for database interaction testing
9.0.1
2024-05-30 08:56 UTC
Requires
- php: ^8.1
- ext-pdo: *
- ext-simplexml: *
- phpunit/phpunit: ^10.5 || ^11.0
- symfony/yaml: ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52
Replaces
- phpunit/dbunit: 9.0.1
README
This is a fork which provides support for phpunit 8. Original extension is no longer maintained
DbUnit
PHPUnit extension for database interaction testing.
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 kornrunner/dbunit