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 / i18nVariableTest.php
index 06059cfd53478adc9bb74775a30712bc0e9cffcf..d2a15666d1f2b8e366f2e10578a49ecc8f5380e6 100644 (file)
@@ -8,6 +8,7 @@ use Drupal\Tests\migrate\Unit\MigrateSqlSourceTestCase;
  * Tests the variable source plugin.
  *
  * @group migrate_drupal
+ * @group legacy
  */
 class i18nVariableTest extends MigrateSqlSourceTestCase {
 
@@ -43,7 +44,7 @@ class i18nVariableTest extends MigrateSqlSourceTestCase {
       'language' => 'mi',
       'site_slogan' => 'Ko whakamataku heke',
       'site_name' => 'ingoa_pae',
-    ]
+    ],
   ];
 
   /**