Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / StringTranslation / TranslationStringTest.php
index 748e2bbc6fa076199a194fff8013a49177a09761..d190cc53439db1b7703d20e9f0e58a29433107e5 100644 (file)
@@ -19,7 +19,7 @@ class TranslationStringTest extends KernelTestBase {
    * @var array
    */
   public static $modules = [
-    'language'
+    'language',
   ];
 
   /**