You are here

LegacyMigrationProvidersExistTest.php in Drupal 8

File

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

namespace Drupal\Tests\migrate\Kernel\Plugin;


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

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

}

Classes

Namesort descending Description
LegacyMigrationProvidersExistTest Extends MigrationProvidersExistTest to test with deprecated modules.