Sebastian Bergmann

Results 385 comments of Sebastian Bergmann

> Since I'd recommend clearing the libxml error stack before we operate on the XML, PHPUnit calls `libxml_clear_errors()` after each test.

I am not sure there is anything that I can do here apart from suppressing the notice. `sort()` simply should not be used on arrays that contain objects.

Correct me if I am wrong, but canonicalization, and therefore the call to `DOMNode::C14N()`, is optional. If it is "bad" for you then do not enable it.

Can you please send a pull request with your fix? Thanks!

I don't know. I never really looked at the implementation of DbUnit, sorry.

Can you send a pull request with a fix? Thanks!

How do you envision configuring this setting from PHPUnit?

I would like to understand why it is `float` instead of `int` before (possibly) hiding any underlying root cause.

I would, of course, accept a pull request that implements this in a generic way.