sebastianbergmann / dbunit

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

Added parent constructor call to constraints. Fixed the TableRowCountTes... #132

Closed fstr closed 10 years ago

fstr commented 10 years ago

...t and added constraint tests to PHPUnit config.

Hi, a parent constructor call was missing in the DBUnit constraints. This was throwing a PHP Fatal Error when $constraint->evaluate failed.

The test didn't show this fatal, because the test wasn't even executed and also already failed on some lines before. I added the test to the PHPUnit config and adjusted it.

elazar commented 10 years ago

Thanks!