- PHPUnit 6.5.0 by Sebastian Bergmann and contributors.
- F
- Time: 0 seconds, Memory: 5.00Mb
- There was 1 failure:
- 1) XmlStringEqualsXmlStringTest::testFailure
- Failed asserting that two DOM documents are equal.
- --- Expected
- +++ Actual
- @@ @@
- <?xml version="1.0"?>
- <foo>
- + <baz/>
- </foo>
- /home/sb/XmlStringEqualsXmlStringTest.php:7
- FAILURES!
- Tests: 1, Assertions: 1, Failures: 1.