Any experiences with using PhpUnit's DbUnit extension with Postgres?

From: Peter Devoy <peter(at)3xe(dot)co(dot)uk>
To: "Psql_General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Any experiences with using PhpUnit's DbUnit extension with Postgres?
Date: 2017-05-06 20:35:59
Message-ID: CABoFc_h=MzBt9_4HmpohB9AK2UDwNay8R5BZ6vF-PSyC5BXjSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all

This DbUnit extension for PHPUnit is driving me insane. On my
deathbed, the days of my life I have wasted debugging this testing
framework will haunt me.

Basic things like serial IDs fields, boolean values and timestamps
seem to require omission or unholy workarounds in order to get tests
to run in an expected fashion.

I have been at this so long I no longer know if I am awake and
ignorant, or asleep and in some absurdist nightmare. Before I throw
in the towel and find a different solution, please has anyone
experienced success or failure with this framework?

Kind regards

Peter

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2017-05-07 00:06:50 Sample in documentation
Previous Message Igor Korot 2017-05-06 18:36:42 Re: Where is the error?