zf1s / dbunit
DbUnit port for PHP/PHPUnit to support database interaction testing.
1.3.3
2023-05-09 10:07 UTC
Requires
- php: >=5.3.3
- ext-pdo: *
- ext-simplexml: *
- symfony/yaml: <7
- zf1s/phpunit: ~3.7
Replaces
- phpunit/dbunit: ~1.3.2
This package is auto-updated.
Last update: 2024-10-09 13:14:45 UTC
README
fork of phpunit/dbunit v1.3.x, php 5.3-8.2 compatible
This version of bases on phpunit/dbunit v1.3.2 and is adjusted for compatibility with PHP 5.3-8.2. The package was created especially for testing https://github.com/zf1s packages.
All credits go to original PHPUnit author and contributors.