We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05d98b commit 81d0a6cCopy full SHA for 81d0a6c
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -83,7 +83,7 @@ public function test_parse( $fragment_context, $html, $expected_tree ) {
83
$processed_tree = self::build_tree_representation( $fragment_context, $html );
84
85
if ( null === $processed_tree ) {
86
- $this->markTestIncomplete( 'Test includes unsupported markup.' );
+ $this->markTestSkipped( 'Test includes unsupported markup.' );
87
}
88
89
$this->assertSame( $expected_tree, $processed_tree, "HTML was not processed correctly:\n{$html}" );
0 commit comments