LegacyMigrationLabelExistTest.php in Drupal 8
Namespace
Drupal\Tests\migrate_drupal_ui\KernelFile
core/modules/migrate_drupal_ui/tests/src/Kernel/LegacyMigrationLabelExistTest.phpView 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
Name | Description |
---|---|
LegacyMigrationLabelExistTest | Extends MigrationLabelExistTest to test with deprecated modules. |