diff -u b/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php b/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php --- b/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php @@ -49,7 +49,7 @@ $file_relative = strtr($file->uri, array('public:/' => PublicStream::basePath())); $default_theme_path = 'core/themes/stark'; - // Logo's and favicons receive a query string. + // Logos and favicons receive a query string. try { $query_string = \Drupal::state()->get('system.css_js_query_string') ?: '0'; }