Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / File / MimeTypeTest.php
index 05ac7c2557f1b2f0dde8b3dcc59c3fcd33ec5770..01bf221fca54ba63c89c4a6de9d6a6a5fcec046f 100644 (file)
@@ -53,7 +53,7 @@ class MimeTypeTest extends FileTestBase {
       $this->assertIdentical($output, $expected, format_string('Mimetype (using default mappings) for %input is %output (expected: %expected).', ['%input' => $input, '%output' => $output, '%expected' => $expected]));
     }
 
-    // Now test the extension gusser by passing in a custom mapping.
+    // Now test the extension guesser by passing in a custom mapping.
     $mapping = [
       'mimetypes' => [
         0 => 'application/java-archive',
@@ -62,7 +62,7 @@ class MimeTypeTest extends FileTestBase {
       'extensions' => [
          'jar' => 0,
          'jpg' => 1,
-      ]
+      ],
     ];
 
     $test_case = [