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