sebastianbergmann / dbunit

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

Changed value comparison in AbstractTable and ReplacementTable to be loo... #114

Closed paulyg closed 10 years ago

paulyg commented 10 years ago

...se when both values are numeric. Specifically when is_numeric() is true for both values != is used, otherwise !== is used. Test cases are included. Fixes issue #107.

elazar commented 10 years ago

Please remove these var_dump() calls - they generate notices that cause tests to fail.

paulyg commented 10 years ago

Oops. Removed.

elazar commented 10 years ago

Still seeing build failures. These will have to be resolved before this is merged.

elazar commented 10 years ago

Thanks!