LegacyMigrationProvidersExistTest.php in Drupal 8
Namespace
Drupal\Tests\migrate\Kernel\PluginFile
core/modules/migrate/tests/src/Kernel/Plugin/LegacyMigrationProvidersExistTest.phpView 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
Name | Description |
---|---|
LegacyMigrationProvidersExistTest | Extends MigrationProvidersExistTest to test with deprecated modules. |