Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate_drupal / tests / src / Unit / source / d6 / VariableTranslationTest.php
index 152706798c998c6c10402b8c8f5f366b875b4f8a..4b548923d29b5ab67a4caa2af6664be8d7bbdc3f 100644 (file)
@@ -8,6 +8,7 @@ use Drupal\Tests\migrate\Unit\MigrateSqlSourceTestCase;
  * Tests the variable source plugin.
  *
  * @group migrate_drupal
+ * @group legacy
  */
 class VariableTranslationTest extends MigrateSqlSourceTestCase {
 
@@ -43,7 +44,7 @@ class VariableTranslationTest extends MigrateSqlSourceTestCase {
       'language' => 'mi',
       'site_slogan' => 'Ko whakamataku heke',
       'site_name' => 'ingoa_pae',
-    ]
+    ],
   ];
 
   /**