We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9382f57 commit 73cf6ebCopy full SHA for 73cf6eb
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -48,7 +48,7 @@ public function test_external_html5lib( $fragment_context, $html, $result ) {
48
if ( null === $processed_tree ) {
49
$this->markTestSkipped( 'Skipped test because it contains unsupported markup.' );
50
} else {
51
- $this->assertEquals( $processed_tree, $result );
+ $this->assertEquals( $result, $processed_tree, "HTML {$html} was not processed correctly." );
52
}
53
54
0 commit comments