Most voted "dbunit" questions
Dbunit is an extension of Junit intended for database projects that, among other things, puts the database in a state known among test runs.
Learn more…2 questions
Sort by count of
-
10
votes1
answer236
viewsHow to make Dbunit recognize the POLYGON data type of Postgresql?
I have the following dominance of the type polygon in the database: CREATE DOMAIN "global".polygon AS pg_catalog.polygon; The following table using this domain: CREATE TABLE user.area_geom (…
-
0
votes0
answers138
viewsPhpunit Dbunit Testcase class not found
Galley When I run a test on phpunit whose class extends from Phpunit Dbunit Testcase I get this message: PHP Fatal error: Class 'PHPUnit\DbUnit\TestCase' not found But when I run a test of a class…