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