LegacyMigrationProcessTest.php in Drupal 8
Namespace
Drupal\Tests\migrate_drupal\Kernel\d7File
core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.phpView source
<?php
namespace Drupal\Tests\migrate_drupal\Kernel\d7;
/**
* Extends Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest to test
* with deprecated modules.
*
* @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
*
* @group migrate_drupal
* @group legacy
*/
class LegacyMigrationProcessTest extends MigrationProcessTest {
/**
* {@inheritdoc}
*/
protected $excludeDeprecated = FALSE;
}
Classes
Name | Description |
---|---|
LegacyMigrationProcessTest | Extends Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest to test with deprecated modules. |