zf1s / dbunit
DbUnit port for PHP/PHPUnit to support database interaction testing.
Installs: 4 263
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 190
pkg:composer/zf1s/dbunit
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: 2025-10-09 15:27:00 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.