You are here

LegacyDestinationCategoryTest.php in Drupal 8

File

core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/LegacyDestinationCategoryTest.php
View source
<?php

namespace Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate;


/**
 * Extends DestinationCategoryTest to test with deprecated modules.
 *
 * @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
 *
 * @group migrate_drupal
 * @group legacy
 */
class LegacyDestinationCategoryTest extends DestinationCategoryTest {

  /**
   * {@inheritdoc}
   */
  protected $excludeDeprecated = FALSE;

}

Classes

Namesort descending Description
LegacyDestinationCategoryTest Extends DestinationCategoryTest to test with deprecated modules.