LegacyMigrationProcessTest.php
Same filename in this branch
Namespace
Drupal\Tests\migrate_drupal\Kernel\d7File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ LegacyMigrationProcessTest.php
View 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
Title | Deprecated | Summary |
---|---|---|
LegacyMigrationProcessTest | Extends Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest to test with deprecated modules. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.