From 725c506dd43260d88a2b80fe6aa0c31bcf185692 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 21 Oct 2024 09:25:56 +1100 Subject: [PATCH] Sentence case for comment. --- .../wpFontFaceResolver/getFontsFromStyleVariations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {