We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b635a6 commit c283077Copy full SHA for c283077
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -38,7 +38,7 @@ public function test_external_html5lib( $fragment_context, $html, $result ) {
38
$processed_tree = self::build_html5_treelike_string( $fragment_context, $html );
39
40
if ( array_key_exists( $this->dataName(), self::SKIP_TESTS ) ) {
41
- $this->markTestSkipped( self::SKIP_TESTS[$this->dataName()] );
+ $this->markTestSkipped( self::SKIP_TESTS[ $this->dataName() ] );
42
}
43
44
if ( null === $processed_tree ) {
0 commit comments