LegacyDestinationCategoryTest.php

Namespace

Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate

File

core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/LegacyDestinationCategoryTest.php

View source
<?php

namespace Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate;


/**
 * Extends DestinationCategoryTest to test with deprecated modules.
 *
 * @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
 *
 * @group migrate_drupal
 * @group legacy
 */
class LegacyDestinationCategoryTest extends DestinationCategoryTest {
    
    /**
     * {@inheritdoc}
     */
    protected $excludeDeprecated = FALSE;

}

Classes

Title Deprecated Summary
LegacyDestinationCategoryTest Extends DestinationCategoryTest to test with deprecated modules.

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