Questions tagged as 'dbunit'

1
answer

How to make DbUnit recognize the Postgresql POLYGON data type?

I have the following domain of type polygon in the database: CREATE DOMAIN "global".polygon AS pg_catalog.polygon; The following table that uses this domain: CREATE TABLE user.area_geom ( id_area_geom serial NOT NULL, polygon g...
asked by 13.12.2013 / 17:30
0
answers

Class PHPUnit \ DbUnit \ TestCase not found

Galera When I run a test in 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 that extends from \ PHPUnit \ Fra...
asked by 06.05.2017 / 01:36