Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 19, 2023
1 parent b76e307 commit 51861ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function test_external_html5lib( $fragment_context, $html, $result ) {
$processed_tree = self::build_html5_treelike_string( $fragment_context, $html );

if ( array_key_exists( $this->dataName(), self::SKIP_TESTS ) ) {
$this->markTestSkipped( self::SKIP_TESTS[$this->dataName()] );
$this->markTestSkipped( self::SKIP_TESTS[ $this->dataName() ] );
}

if ( null === $processed_tree ) {
Expand Down

0 comments on commit 51861ff

Please sign in to comment.