sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

Expose DbUnit's functionality using a trait #167

Closed sebastianbergmann closed 9 years ago

sebastianbergmann commented 9 years ago

https://github.com/sebastianbergmann/dbunit/commit/c5cada74d1e9a7aa0c26f90fcac950e45e89effd is initial work on a trait that provides the functionality of PHPUnit_Extensions_Database_TestCase (and can be used instead of it). This would allow to use DbUnit together with PHPUnit_Selenium, for instance.

sebastianbergmann commented 9 years ago

Implemented in master.

gsouf commented 8 years ago

@sebastianbergmann when can we expect it to be published in a stable version?

sebastianbergmann commented 8 years ago

This is already published in a stable version AFAIK.

gsouf commented 8 years ago

Ho, I'm very sorry, I only checked version 1 while it's in version 2. Thanks