So I can test code that uses a database using PHPUnit, I just installed the DbUnit extension using Composer, and I get the following message:
Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
I've seen the issue on the extension being abandoned, and people talk of rolling your own database testing code, but they don't go into any more details. Is there a recommended way to test database code using PHPUnit, or does anyone know of any examples?
(I did open an issue and asked the author of PHPUnit this, but his reply was quick and to the point - "No, there is not.") :-/