LegacyMigrationProvidersExistTest.php
Namespace
Drupal\Tests\migrate\Kernel\PluginFile
-
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
Title | Deprecated | Summary |
---|---|---|
LegacyMigrationProvidersExistTest | Extends MigrationProvidersExistTest to test with deprecated modules. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.