Skip to content

Commit

Permalink
Chore: Remove unreachable line from phpunit/fixtures/mock-provider.php (
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Jan 3, 2023
1 parent 43c0110 commit 960f157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit/fixtures/mock-provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Mock_Provider extends WP_Webfonts_Provider {
public function get_css() {
$handles = array_keys( $this->webfonts );
return implode( '; ', $handles );
return sprintf( $this->css, implode( '; ', $handles ) );
}

/**
Expand Down

1 comment on commit 960f157

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3829618921
📝 Reported issues:

Please sign in to comment.