Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate_drupal / tests / src / Kernel / Plugin / migrate / DestinationCategoryTest.php
index 0ff29fdf2d279cce41f88ac20144ed549c12461b..dde4d7d92bf7b8d29c2681869f865a848e153cd2 100644 (file)
@@ -3,6 +3,7 @@
 namespace Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate;
 
 use Drupal\ban\Plugin\migrate\destination\BlockedIP;
+use Drupal\color\Plugin\migrate\destination\Color;
 use Drupal\KernelTests\FileSystemModuleDiscoveryDataProviderTrait;
 use Drupal\migrate\Plugin\migrate\destination\ComponentEntityDisplayBase;
 use Drupal\migrate\Plugin\migrate\destination\Config;
@@ -98,6 +99,7 @@ class DestinationCategoryTest extends MigrateDrupalTestBase {
    */
   protected function getConfigurationClasses() {
     return [
+      Color::class,
       Config::class,
       EntityConfigBase::class,
       ThemeSettings::class,