LegacyMigrationProcessTest.php

Same filename in this branch
  1. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.php

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6

File

core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php

View source
<?php

namespace Drupal\Tests\migrate_drupal\Kernel\d6;


/**
 * Extends Drupal\Tests\migrate_drupal\Kernel\d6\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\d6\MigrationProcessTest to test with deprecated modules.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.