You are here

LegacyMigrationLabelExistTest.php in Drupal 8

File

core/modules/migrate_drupal_ui/tests/src/Kernel/LegacyMigrationLabelExistTest.php
View source
<?php

namespace Drupal\Tests\migrate_drupal_ui\Kernel;


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

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

}

Classes

Namesort descending Description
LegacyMigrationLabelExistTest Extends MigrationLabelExistTest to test with deprecated modules.