Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Refactoring to leverage Comparator Framework #50

Open
sebastianbergmann opened this issue Nov 10, 2011 · 0 comments
Open

Refactoring to leverage Comparator Framework #50

sebastianbergmann opened this issue Nov 10, 2011 · 0 comments

Comments

@sebastianbergmann
Copy link
Owner

PHPUnit 3.6 introduced a comparator framework that allows extensions to "overload" assertEquals() et. al. with custom comparison operations for objects. DbUnit should be refactored to leverage this by providing an implementation of PHPUnit_Framework_Comparator that can compare PHPUnit_Extensions_Database_DataSet objects and "just" provide convenience functionality to read data sets from CSV, XML, YAML, etc. as well as from a PDO connection.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant