Skip to content

Commit c283077

Browse files
committed
Fix lint
1 parent 6b635a6 commit c283077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function test_external_html5lib( $fragment_context, $html, $result ) {
3838
$processed_tree = self::build_html5_treelike_string( $fragment_context, $html );
3939

4040
if ( array_key_exists( $this->dataName(), self::SKIP_TESTS ) ) {
41-
$this->markTestSkipped( self::SKIP_TESTS[$this->dataName()] );
41+
$this->markTestSkipped( self::SKIP_TESTS[ $this->dataName() ] );
4242
}
4343

4444
if ( null === $processed_tree ) {

0 commit comments

Comments
 (0)