LegacyValidateMigrationStateTest.php
Same filename in this branch
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ LegacyValidateMigrationStateTest.php
View source
<?php
namespace Drupal\Tests\migrate_drupal\Kernel\d6;
/**
* Extends Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
* to test with deprecated modules.
*
* @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
*
* @group migrate_drupal
* @group legacy
*/
class LegacyValidateMigrationStateTest extends ValidateMigrationStateTest {
/**
* {@inheritdoc}
*/
protected $excludeDeprecated = FALSE;
}
Classes
Title | Deprecated | Summary |
---|---|---|
LegacyValidateMigrationStateTest | Extends Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest to test with deprecated modules. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.