diff --git a/tests/phpunit/tests/fonts/font-face/wpFontFaceResolver/getFontsFromStyleVariations.php b/tests/phpunit/tests/fonts/font-face/wpFontFaceResolver/getFontsFromStyleVariations.php index c829205836a14..51f382062efba 100644 --- a/tests/phpunit/tests/fonts/font-face/wpFontFaceResolver/getFontsFromStyleVariations.php +++ b/tests/phpunit/tests/fonts/font-face/wpFontFaceResolver/getFontsFromStyleVariations.php @@ -58,7 +58,7 @@ public function test_should_replace_src_file_placeholder() { $fonts = WP_Font_Face_Resolver::get_fonts_from_style_variations(); - // check that the there is no theme relative url in the src list. + // Check that the there is no theme relative url in the src list. foreach ( $fonts as $family ) { foreach ( $family as $font ) { foreach ( $font['src'] as $src ) {