ValidateMigrationStateTest.php
Same filename in this branch
Same filename in other branches
- 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
- 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php
- 10 core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
- 10 core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php
- 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
- 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ ValidateMigrationStateTest.php
View source
<?php
namespace Drupal\Tests\migrate_drupal\Kernel\d6;
use Drupal\Tests\migrate_drupal\Traits\ValidateMigrationStateTestTrait;
/**
* Tests the migration state information in module.migrate_drupal.yml.
*
* @group migrate_drupal
*/
class ValidateMigrationStateTest extends MigrateDrupal6TestBase {
use ValidateMigrationStateTestTrait;
/**
* {@inheritdoc}
*/
protected static $modules = [
// Test migrations states.
'migrate_state_finished_test',
'migrate_state_not_finished_test',
];
}
Classes
Title | Deprecated | Summary |
---|---|---|
ValidateMigrationStateTest | Tests the migration state information in module.migrate_drupal.yml. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.