Skip to content

Commit

Permalink
Fix the covers tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Feb 27, 2024
1 parent 1edf1ac commit 742d091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group fonts
* @group font-library
*
* @covers gutenberg_delete_font_post_meta_caps
* @covers ::gutenberg_delete_font_post_meta_caps
*/
class Tests_Fonts_DeleteFontPostMetaCaps extends WP_UnitTestCase {
public function test_should_return_original_caps_when_do_not_allow_is_present() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @group fonts
* @group font-library
*
* @covers gutenberg_maybe_grant_upload_font_cap
* @covers ::gutenberg_maybe_grant_upload_font_cap
*/
class Tests_Fonts_MaybeGrantUploadFontCap extends WP_UnitTestCase {
public function set_up() {
Expand Down

0 comments on commit 742d091

Please sign in to comment.